UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

9 lines (8 loc) 290 B
import * as React from 'react'; import { KendoComponent } from '../_types/component'; export type KendoTableThProps = { text?: string; colspan?: any; rowspan?: any; }; export declare const TableTh: KendoComponent<KendoTableThProps & React.HTMLAttributes<HTMLTableCellElement>>;