UNPKG

rightui

Version:

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

4 lines (3 loc) 166 B
declare const ResizableHandle: import("svelte").Component<any, {}, "ref">; type ResizableHandle = ReturnType<typeof ResizableHandle>; export default ResizableHandle;