@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
9 lines (8 loc) • 473 B
TypeScript
export declare const CALENDARINFINITETABLE_CLASSNAME = "k-calendar-table";
export type KendoCalendarInfiniteTableProps = {
/** @aria Override the default role ("none") for this table */
tableRole?: string;
/** @aria aria-labelledby when table acts as grid */
ariaLabelledBy?: string;
};
export declare const CalendarInfiniteTable: (props: KendoCalendarInfiniteTableProps & React.HTMLAttributes<HTMLTableElement>) => import("react/jsx-runtime").JSX.Element;