UNPKG

ng-material-date-range-picker

Version:
11 lines (10 loc) 323 B
/** * @(#)public-api.ts Sept 05, 2023 * * @author Aakash Kumar */ export * from './lib/ng-date-picker.component'; export * from './lib/model/select-date-option.model'; export * from './lib/ng-date-picker.module'; export * from './lib/constant/date-filter-const'; export * from './lib/model/date-selection-event.model';