UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

8 lines (7 loc) 302 B
export type KendoCalendarCaptionCellProps = { text?: string; scope?: string; colSpan?: number; rowSpan?: number; }; export declare const CalendarCaptionCell: (props: KendoCalendarCaptionCellProps & React.HTMLAttributes<HTMLTableCellElement>) => import("react/jsx-runtime").JSX.Element;