saturn-datepicker
Version:
Material datepicker with range support ## What is this?
19 lines (18 loc) • 619 B
TypeScript
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
export * from './datepicker-module';
export * from './calendar';
export * from './calendar-body';
export * from './datepicker';
export * from './datepicker-animations';
export * from './datepicker-input';
export * from './datepicker-intl';
export * from './datepicker-toggle';
export * from './month-view';
export * from './year-view';
export { SatMultiYearView, yearsPerPage, yearsPerRow } from './multi-year-view';