vue-echarts-linkage
Version:
vue3 echarts 的联动组件
12 lines (11 loc) • 437 B
TypeScript
import { excelViewType, SeriesIdDataType, SeriesLinkType } from './types/index';
import { SheetHeadType } from '../sheet/type/index';
declare function handleExcel(data: SeriesIdDataType, excelView: excelViewType | undefined, seriesLink?: SeriesLinkType): {
head: SheetHeadType[];
body: any[];
};
declare const _default: {
handleExcel: typeof handleExcel;
};
export default _default;
//# sourceMappingURL=handleExcel.d.ts.map