Skip to content

Commit

Permalink
fix(Highcharts plugin): add Highcharts lib type export (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 authored Nov 18, 2022
1 parent 7c6353b commit de24a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export type {Yagr, YagrWidgetData} from './yagr/types';
export {IndicatorPlugin} from './indicator';
export type {IndicatorWidgetData} from './indicator/types';
export {HighchartsPlugin} from './highcharts';
export type {HighchartsWidgetData} from './highcharts/types';
export type {Highcharts, HighchartsWidgetData} from './highcharts/types';

0 comments on commit de24a26

Please sign in to comment.