UNPKG

@sjsf/shadcn4-theme

Version:

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

5 lines (4 loc) 233 B
import { Popover as PopoverPrimitive } from "bits-ui"; declare const PopoverClose: import("svelte").Component<PopoverPrimitive.CloseProps, {}, "ref">; type PopoverClose = ReturnType<typeof PopoverClose>; export default PopoverClose;