UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

7 lines (6 loc) 414 B
import { KendoComponent } from '../_types/component'; export declare const CALENDAR_CONTAINER_CLASSNAME = "k-calendar-container"; export type KendoCalendarContainerOptions = {}; export type KendoCalendarContainerProps = KendoCalendarContainerOptions & {}; export declare const CalendarContainer: KendoComponent<KendoCalendarContainerProps & React.HTMLAttributes<HTMLDivElement>>; export default CalendarContainer;