@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
15 lines (14 loc) • 410 B
TypeScript
import { CheckboxProps } from '../checkbox.spec';
declare const variants: never[];
export declare const CheckboxDemo: {
(props: CheckboxProps & {
variant?: (typeof variants)[number]["name"];
}): import("react/jsx-runtime").JSX.Element;
options: any;
states: any;
variants: any[];
defaultOptions: any;
modifiers: any[];
className: string;
};
export default CheckboxDemo;