@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
32 lines (31 loc) • 770 B
TypeScript
import { KendoCalendarInfiniteProps } from '../calendar-infinite.spec';
declare const variants: {
name: string;
title: string;
}[];
declare const modifiers: {
name: string;
title: string;
}[];
export declare const CalendarInfiniteDemo: {
(props: KendoCalendarInfiniteProps & {
variant?: (typeof variants)[number]["name"];
} & {
modifiers?: {
[key: (typeof modifiers)[number]["name"]]: boolean;
};
}): import("react/jsx-runtime").JSX.Element;
options: any;
states: any;
variants: {
name: string;
title: string;
}[];
defaultOptions: any;
modifiers: {
name: string;
title: string;
}[];
className: string;
};
export default CalendarInfiniteDemo;