UNPKG

@sjsf/shadcn4-theme

Version:

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

4 lines (3 loc) 177 B
declare const SelectPortal: import("svelte").Component<import("bits-ui").PortalProps, {}, "">; type SelectPortal = ReturnType<typeof SelectPortal>; export default SelectPortal;