UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

8 lines (7 loc) 324 B
import { KendoComponent } from '../_types/component'; export type KendoSplitterProps = { orientation?: "vertical" | "horizontal"; children?: React.JSX.Element | React.JSX.Element[]; }; export declare const Splitter: KendoComponent<KendoSplitterProps & React.HTMLAttributes<HTMLDivElement>>; export default Splitter;