UNPKG

@sjsf-lab/shadcn-extras-theme

Version:

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

5 lines (4 loc) 172 B
import type { ComponentDefinitions } from '@sjsf/form'; export interface ExtraWidgets { } export declare const definitions: Pick<ComponentDefinitions, keyof ExtraWidgets>;