UNPKG

rightui

Version:

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

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