UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

13 lines (12 loc) 530 B
import { KendoComponent } from '../_types/component'; export type KendoCalendarInfiniteViewProps = { orientation?: 'vertical' | 'horizontal'; calendarView?: 'month' | 'year' | 'decade' | 'century'; headerText?: string; showWeekdays?: boolean; showWeekNumbers?: boolean; showNavigationButtons?: boolean; weekdayCellsText?: string[]; }; export declare const CalendarInfiniteView: KendoComponent<KendoCalendarInfiniteViewProps & React.HTMLAttributes<HTMLDivElement>>; export default CalendarInfiniteView;