/** * @license * Copyright Endlessjs. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ /** * `ElCalendarKitModule` is a module that contains multiple useful components for building custom calendars. * So if you think our calendars is not enough powerful for you just use calendar-kit and build your own calendar! * * Available components: * - `ElCalendarDayPicker` * - `ElCalendarDayCell` * - `ElCalendarMonthPicker` * - `ElCalendarMonthCell` * - `ElCalendarYearPicker` * - `ElCalendarYearCell` * - `ElCalendarHeader` * - `ElCalendarNavigation` * - `ElCalendarPageableNavigation` * * For example you can easily build full calendar: * @stacked-example(Full calendar, calendar-kit/calendar-kit-full-calendar.component) * */ export declare class ElCalendarKitModule { }