UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

20 lines (19 loc) 543 B
export type KendoSchedulerCellProps = { cellType?: string[]; allDay?: boolean; text?: string; colspan?: number; rowspan?: number; }; export declare const SchedulerCell: { (props: KendoSchedulerCellProps & ((React.AllHTMLAttributes<HTMLDivElement> & { as: "div"; }) | (React.HTMLAttributes<HTMLTableCellElement> & { as: "th" | "td"; }))): import("react/jsx-runtime").JSX.Element; states: any[]; options: {}; defaultOptions: {}; className: string; }; export default SchedulerCell;