UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

4 lines (3 loc) 210 B
import { KendoToolbarProps } from '../toolbar'; import { KendoComponent } from '../_types/component'; export declare const GridToolbar: KendoComponent<KendoToolbarProps & React.HTMLAttributes<HTMLDivElement>>;