UNPKG

@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
import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { ImageModel } from '@syncfusion/ej2-spreadsheet'; export declare let ImagesDirective: any; export declare const ImagesPlugin: { name: string; install(Vue: any): void; }; export declare let ImageDirective: DefineVueDirective<ImageModel>; export declare const ImagePlugin: { name: string; install(Vue: any): void; };