Skip to content

Commit

Permalink
feat: add root types export (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 authored Jul 13, 2022
1 parent 23b4ade commit 06265a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
import {ChartKit} from './components/ChartKit';

export type {
ChartKitLang,
ChartKitOnLoadData,
ChartKitPlugin,
ChartKitProps,
ChartKitRef,
ChartKitWidgetRef,
ChartkitType,
ChartkitWidget,
} from './types';

export default ChartKit;

0 comments on commit 06265a1

Please sign in to comment.