UNPKG

@sjsf/shadcn4-theme

Version:

The shadcn-svelte based theme for svelte-jsonschema-form

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