diff --git a/src/index.ts b/src/index.ts index 1d6a3ad6..96e39090 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,14 @@ import {ChartKit} from './components/ChartKit'; +export type { + ChartKitLang, + ChartKitOnLoadData, + ChartKitPlugin, + ChartKitProps, + ChartKitRef, + ChartKitWidgetRef, + ChartkitType, + ChartkitWidget, +} from './types'; + export default ChartKit;