@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
9 lines (8 loc) • 320 B
TypeScript
import { KendoComponent } from '../_types/component';
export type KendoCalendarCaptionCellProps = {
text?: string;
scope?: string;
colSpan?: number;
rowSpan?: number;
};
export declare const CalendarCaptionCell: KendoComponent<KendoCalendarCaptionCellProps & React.HTMLAttributes<HTMLTableCellElement>>;