UNPKG

@sjsf/shadcn4-theme

Version:

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

5 lines (4 loc) 255 B
import type { HTMLAttributes } from "svelte/elements"; declare const FieldDescription: import("svelte").Component<HTMLAttributes<HTMLParagraphElement>, {}, "">; type FieldDescription = ReturnType<typeof FieldDescription>; export default FieldDescription;