@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
12 lines (11 loc) • 323 B
TypeScript
import { RadioButtonProps } from '../radio.spec';
export declare const RadioButtonDemo: {
(props: RadioButtonProps): import("react/jsx-runtime").JSX.Element;
options: any;
states: any;
variants: any[];
defaultOptions: any;
modifiers: any[];
className: string;
};
export default RadioButtonDemo;