UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

7 lines (6 loc) 312 B
import { KendoToolbarProps } from '../toolbar'; import { KendoComponent } from '../_types/component'; export type KendoSchedulerToolbarProps = KendoToolbarProps & { footer?: boolean; }; export declare const SchedulerToolbar: KendoComponent<KendoSchedulerToolbarProps & React.HTMLAttributes<HTMLDivElement>>;