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