@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
17 lines (16 loc) • 396 B
TypeScript
import { KendoButtonProps } from '../button.spec';
export declare const ButtonDemo: {
(props: KendoButtonProps & {
variant?: any;
}): import("react/jsx-runtime").JSX.Element;
options: any;
states: any;
variants: {
name: string;
title: string;
}[];
defaultOptions: any;
modifiers: any[];
className: string;
};
export default ButtonDemo;