UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

9 lines (8 loc) 342 B
import { KendoComponent } from '../_types/component'; export type KendoSchedulerViewProps = { view?: "day" | "week" | "month" | "agenda" | "timeline" | "year"; }; export declare const SchedulerView: KendoComponent<KendoSchedulerViewProps & React.HTMLAttributes<HTMLElement> & { as?: 'div' | 'table'; }>; export default SchedulerView;