UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

7 lines (6 loc) 240 B
export type KendoTableThProps = { text?: string; colspan?: any; rowspan?: any; }; export declare const TableTh: (props: KendoTableThProps & React.HTMLAttributes<HTMLTableCellElement>) => import("react/jsx-runtime").JSX.Element;