UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

10 lines (9 loc) 437 B
import { KendoComponent } from '../_types/component'; export type KendoSchedulerProps = { view?: "day" | "week" | "month" | "year" | "agenda" | "timeline"; toolbar?: React.JSX.Element | React.JSX.Element[]; footer?: React.JSX.Element | React.JSX.Element[]; layout?: "table" | "flex"; }; export declare const Scheduler: KendoComponent<KendoSchedulerProps & React.HTMLAttributes<HTMLDivElement>>; export default Scheduler;