@sjsf/shadcn4-theme
Version:
The shadcn-svelte based theme for svelte-jsonschema-form
6 lines (5 loc) • 331 B
TypeScript
import { type WithElementRef } from "../../../utils.js";
import type { HTMLAttributes } from "svelte/elements";
declare const FieldDescription: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLParagraphElement>>, {}, "ref">;
type FieldDescription = ReturnType<typeof FieldDescription>;
export default FieldDescription;