UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

19 lines (18 loc) 494 B
export type KendoSchedulerTaskProps = { text?: string; markStyle?: React.CSSProperties; recurring?: boolean; closable?: boolean; }; export declare const SchedulerTask: { (props: KendoSchedulerTaskProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; states: any[]; options: {}; defaultOptions: { markStyle: { backgroundColor: string; }; }; className: string; }; export default SchedulerTask;