@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
8 lines (7 loc) • 345 B
TypeScript
export declare const CALENDARTABLE_CLASSNAME = "k-calendar-table";
export type KendoCalendarTableProps = {
calendarCaption?: string;
showTableHead?: boolean;
showWeek?: boolean;
};
export declare const CalendarTable: (props: KendoCalendarTableProps & React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;