UNPKG

@jay-js/ui

Version:

A library of UI components for Jay JS with Tailwind CSS and daisyUI.

3 lines (2 loc) 191 B
import type { IResizableSplitter } from "./resizable-splitter.types.js"; export declare function ResizableSplitter({ direction = "vertical", ...props }?: IResizableSplitter): HTMLDivElement;