UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

8 lines (7 loc) 355 B
import * as ResizablePrimitive from "paneforge"; type $$ComponentProps = ResizablePrimitive.PaneGroupProps & { this?: ResizablePrimitive.PaneGroup; }; declare const ResizablePaneGroup: import("svelte").Component<$$ComponentProps, {}, "ref" | "this">; type ResizablePaneGroup = ReturnType<typeof ResizablePaneGroup>; export default ResizablePaneGroup;