UNPKG

@sjsf/shadcn4-theme

Version:

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

8 lines (7 loc) 244 B
import type { Component } from 'svelte'; import type { HTMLAttributes } from 'svelte/elements'; declare module '../context.js' { interface ThemeComponents { FieldDescription: Component<HTMLAttributes<HTMLParagraphElement>>; } }