UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

7 lines (6 loc) 398 B
import { KendoComponent } from '../_types/component'; export declare const FLOATING_TOOLBAR_CLASSNAME = "k-floating-toolbar"; export type KendoFloatingToolbarOptions = {}; export type KendoFloatingToolbarProps = KendoFloatingToolbarOptions & {}; export declare const FloatingToolbar: KendoComponent<KendoFloatingToolbarProps & React.HTMLAttributes<HTMLDivElement>>; export default FloatingToolbar;