UNPKG

@sjsf/shadcn4-theme

Version:

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

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