UNPKG

rightui

Version:

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

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