UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

6 lines (5 loc) 298 B
import { KendoWindowProps } from '../window'; import { KendoComponent } from '../_types/component'; export declare const CHARTWIZARD_CLASSNAME = "k-chart-wizard"; export declare const ChartWizard: KendoComponent<KendoWindowProps & React.HTMLAttributes<HTMLDivElement>>; export default ChartWizard;