UNPKG

@sjsf/shadcn4-theme

Version:

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

5 lines (4 loc) 236 B
import { Dialog as DialogPrimitive } from "bits-ui"; declare const DialogOverlay: import("svelte").Component<DialogPrimitive.OverlayProps, {}, "ref">; type DialogOverlay = ReturnType<typeof DialogOverlay>; export default DialogOverlay;