UNPKG

@sjsf/shadcn-theme

Version:

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

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