UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

5 lines (4 loc) 286 B
import { KendoTableOptions } from '../table'; import { KendoComponent } from '../_types/component'; export declare const GRIDHEADERTABLE_CLASSNAME = "k-grid-header-table"; export declare const GridHeaderTable: KendoComponent<KendoTableOptions & React.HTMLAttributes<HTMLTableElement>>;