UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

14 lines (13 loc) 426 B
export type KendoSplitterProps = { orientation?: "vertical" | "horizontal"; children?: React.JSX.Element | React.JSX.Element[]; }; export declare const Splitter: { (props: KendoSplitterProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; options: {}; className: string; defaultOptions: { readonly orientation: "horizontal"; }; }; export default Splitter;