UNPKG

@sjsf/shadcn4-theme

Version:

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

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