UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

6 lines (5 loc) 294 B
import { KendoToolbarProps } from '../toolbar'; export type KendoSchedulerToolbarProps = KendoToolbarProps & { footer?: boolean; }; export declare const SchedulerToolbar: (props: KendoSchedulerToolbarProps & React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;