UNPKG

@sjsf/shadcn4-theme

Version:

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

9 lines (8 loc) 249 B
import type { Component } from 'svelte'; import type { LabelRootProps } from 'bits-ui'; export type LabelProps = LabelRootProps; declare module '../context.js' { interface ThemeComponents { FieldLabel: Component<LabelRootProps>; } }