@sjsf/shadcn-theme
Version:
The shadcn-svelte based theme for svelte-jsonschema-form
7 lines (6 loc) • 313 B
TypeScript
import type { ComponentDefinitions } from '@sjsf/form';
import * as components from './components/exports.js';
import * as widgets from './widgets/exports.js';
export interface ExtraWidgets {
}
export declare const definitions: typeof components & typeof widgets & Pick<ComponentDefinitions, keyof ExtraWidgets>;