UNPKG

rightui

Version:

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

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