Skip to content

Commit

Permalink
fix(Dev-Server): Edit ChartPropsConfig reexport to be a type object (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rtexelm authored and pull[bot] committed Jul 1, 2024
1 parent 5bf6380 commit e550cd4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
* under the License.
*/

import ChartProps, { ChartPropsConfig } from './models/ChartProps';

export { default as ChartClient } from './clients/ChartClient';
export { default as ChartMetadata } from './models/ChartMetadata';
export { default as ChartPlugin } from './models/ChartPlugin';
export { default as ChartProps, ChartPropsConfig } from './models/ChartProps';
export { ChartProps };
export type { ChartPropsConfig };

export { default as createLoadableRenderer } from './components/createLoadableRenderer';
export { default as reactify } from './components/reactify';
Expand Down

0 comments on commit e550cd4

Please sign in to comment.