UNPKG

@syncfusion/ej2-vue-grids

Version:

Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue

17 lines (16 loc) 488 B
export declare const properties: string[]; export declare const modelProps: string[]; export declare const testProp: any; export declare const props: any, watch: any, emitProbs: any; /** * `ejs-pager` represents the VueJS Pager Component. * ```vue * <ejs-pager></ejs-pager> * ``` */ export declare let PagerComponent: any; export declare type PagerComponent = InstanceType<typeof PagerComponent>; export declare const PagerPlugin: { name: string; install(Vue: any): void; };