source: trip-planner-front/node_modules/@angular/material/datepicker/public-api.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.4 KB
Line 
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8export * from './datepicker-module';
9export * from './calendar';
10export * from './calendar-body';
11export * from './datepicker';
12export { MAT_DATE_RANGE_SELECTION_STRATEGY, MatDateRangeSelectionStrategy, DefaultMatCalendarRangeStrategy, } from './date-range-selection-strategy';
13export * from './datepicker-animations';
14export { MAT_DATEPICKER_SCROLL_STRATEGY, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER, MatDatepickerContent, DatepickerDropdownPositionX, DatepickerDropdownPositionY, } from './datepicker-base';
15export { MatDatepickerInputEvent, DateFilterFn } from './datepicker-input-base';
16export { MAT_DATEPICKER_VALUE_ACCESSOR, MAT_DATEPICKER_VALIDATORS, MatDatepickerInput, } from './datepicker-input';
17export * from './datepicker-intl';
18export * from './datepicker-toggle';
19export * from './month-view';
20export * from './year-view';
21export * from './date-range-input';
22export { MatDateRangePicker } from './date-range-picker';
23export * from './date-selection-model';
24export { MatStartDate, MatEndDate } from './date-range-input-parts';
25export { MatMultiYearView, yearsPerPage, yearsPerRow } from './multi-year-view';
26export * from './datepicker-actions';
Note: See TracBrowser for help on using the repository browser.