UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

7 lines 194 B
export interface DataSourceInterface { dataSource: Array<any>; totalLength: number; pageSize: number; lazyMode: boolean; } //# sourceMappingURL=datasource-list.interface.d.ts.map