UNPKG

@syncfusion/ej2-angular-calendars

Version:

A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular

14 lines (13 loc) 322 B
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; }