UNPKG

837 BTypeScriptView Raw
1/**
2 * @license
3 * Copyright Akveo. All Rights Reserved.
4 * Licensed under the MIT License. See License.txt in the project root for license information.
5 */
6/**
7 * `NbCalendarKitModule` is a module that contains multiple useful components for building custom calendars.
8 * So if you think our calendars is not enough powerful for you just use calendar-kit and build your own calendar!
9 *
10 * Available components:
11 * - `NbCalendarDayPicker`
12 * - `NbCalendarDayCell`
13 * - `NbCalendarMonthPicker`
14 * - `NbCalendarMonthCell`
15 * - `NbCalendarYearPicker`
16 * - `NbCalendarYearCell`
17 * - `NbCalendarViewModeComponent`
18 * - `NbCalendarPageableNavigation`
19 *
20 * For example you can easily build full calendar:
21 * @stacked-example(Full calendar, calendar-kit/calendar-kit-full-calendar.component)
22 * */
23export declare class NbCalendarKitModule {
24}