8 lines
216 B
TypeScript
8 lines
216 B
TypeScript
import echarts from './echarts';
|
|
import { createUseEcharts } from './use-echarts-base';
|
|
|
|
const useEcharts = createUseEcharts(echarts);
|
|
|
|
export { useEcharts };
|
|
export type { EchartsUIType } from './use-echarts-base';
|