UNPKG

@sjsf/shadcn4-theme

Version:

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

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