UNPKG

@sjsf/shadcn-theme

Version:

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

8 lines (7 loc) 364 B
import { Select as SelectPrimitive, type WithoutChild } from "bits-ui"; type $$ComponentProps = WithoutChild<SelectPrimitive.ContentProps> & { portalProps?: SelectPrimitive.PortalProps; }; declare const SelectContent: import("svelte").Component<$$ComponentProps, {}, "ref">; type SelectContent = ReturnType<typeof SelectContent>; export default SelectContent;