UNPKG

@sjsf/shadcn4-theme

Version:

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

6 lines (5 loc) 293 B
import { type WithElementRef } from "../../../utils.js"; import type { HTMLFieldsetAttributes } from "svelte/elements"; declare const FieldSet: import("svelte").Component<WithElementRef<HTMLFieldsetAttributes>, {}, "ref">; type FieldSet = ReturnType<typeof FieldSet>; export default FieldSet;