UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

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