UNPKG

@sjsf/shadcn4-theme

Version:

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

8 lines (7 loc) 314 B
import type { HTMLAttributes } from "svelte/elements"; type $$ComponentProps = HTMLAttributes<HTMLLegendElement> & { variant?: "legend" | "label"; }; declare const FieldLegend: import("svelte").Component<$$ComponentProps, {}, "">; type FieldLegend = ReturnType<typeof FieldLegend>; export default FieldLegend;