UNPKG

@sjsf/shadcn4-theme

Version:

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

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