UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

4 lines (3 loc) 268 B
import { KendoTableOptions } from '../table'; export declare const GRIDFOOTERTABLE_CLASSNAME = "k-grid-footer-table"; export declare const GridFooterTable: (props: KendoTableOptions & React.HTMLAttributes<HTMLTableElement>) => import("react/jsx-runtime").JSX.Element;