UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

11 lines (10 loc) 370 B
import { KendoWindowProps } from '../window'; export declare const CHARTWIZARD_CLASSNAME = "k-chart-wizard"; export declare const ChartWizard: { (props: KendoWindowProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; states: any[]; options: {}; className: string; defaultOptions: {}; }; export default ChartWizard;