UNPKG

vue-echarts-linkage

Version:
12 lines (11 loc) 437 B
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