UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

23 lines (22 loc) 558 B
import { KendoButtonProps } from '../../button'; declare const variants: { name: string; title: string; }[]; export declare const SpeechToTextButtonDemo: { (props: KendoButtonProps & { variants?: { [key: (typeof variants)[number]["name"]]: boolean; }; }): import("react/jsx-runtime").JSX.Element; options: any; states: any; variants: { name: string; title: string; }[]; defaultOptions: any; modifiers: any[]; className: string; }; export default SpeechToTextButtonDemo;