UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

34 lines (33 loc) 767 B
import { KendoSliderProps } from '../slider.spec'; declare const variants: { name: string; title: string; }[]; declare const modifiers: { name: string; title: string; default: boolean; }[]; export declare const SliderDemo: { (props: KendoSliderProps & { 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; default: boolean; }[]; className: string; }; export default SliderDemo;