UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

4 lines (3 loc) • 334 B
import type { SplitterPanelProps, SplitterProps } from './types'; export declare function SplitterCustom({ color, orientation, disabled, hidden, ...props }: SplitterProps): import("react/jsx-runtime").JSX.Element; export declare function SplitterPanelCustom({ ...props }: SplitterPanelProps): import("react/jsx-runtime").JSX.Element;