@syncfusion/ej2-angular-grids
Version:
Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular
14 lines (13 loc) • 322 B
TypeScript
export interface OptionsSchema {
skipPackageJson: boolean;
modules: string;
modulePath: string;
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
project?: string;
}
export interface LibOptionsSchema {
pkgName: string;
pkgVer: string;
moduleName: string;
themeVer: string;
}