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 KendoTableTdProps = { text?: string; colspan?: any; rowspan?: any; }; export declare const TableTd: (props: KendoTableTdProps & React.HTMLAttributes<HTMLTableCellElement>) => import("react/jsx-runtime").JSX.Element;