UNPKG

rightui

Version:

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

5 lines (4 loc) 235 B
import { Select as SelectPrimitive } from "bits-ui"; declare const SelectItem: import("svelte").Component<WithoutChild<SelectPrimitive.ItemProps>, {}, "ref">; type SelectItem = ReturnType<typeof SelectItem>; export default SelectItem;