UNPKG

rightui

Version:

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

5 lines (4 loc) 255 B
import type { Separator as SeparatorPrimitive } from "bits-ui"; declare const SelectSeparator: import("svelte").Component<SeparatorPrimitive.RootProps, {}, "ref">; type SelectSeparator = ReturnType<typeof SelectSeparator>; export default SelectSeparator;