@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
13 lines (12 loc) • 388 B
TypeScript
export type KendoCalendarTableHeadProps = {
showWeek?: boolean;
cellsText?: string[];
};
export declare const CalendarTableHead: {
(props: KendoCalendarTableHeadProps & React.HTMLAttributes<HTMLTableSectionElement>): import("react/jsx-runtime").JSX.Element;
className: string;
defaultOptions: {
cellsText: string[];
};
};
export default CalendarTableHead;