@syncfusion/ej2-vue-spreadsheet
Version:
Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue
13 lines (12 loc) • 402 B
TypeScript
import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
import { ChartModel } from '@syncfusion/ej2-spreadsheet';
export declare let ChartsDirective: any;
export declare const ChartsPlugin: {
name: string;
install(Vue: any): void;
};
export declare let ChartDirective: DefineVueDirective<ChartModel>;
export declare const ChartPlugin: {
name: string;
install(Vue: any): void;
};