UNPKG

@syncfusion/ej2-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.

10 lines (9 loc) 253 B
/** * Calendar all modules */ export * from './calendar/index'; export * from './datepicker/index'; export * from './daterangepicker/index'; export * from './timepicker/index'; export * from './datetimepicker/index'; export * from './maskbase/index';