UNPKG

@sjsf/shadcn4-theme

Version:

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

16 lines (15 loc) 759 B
import { s } from 'theme-testing/specs'; import '@sjsf/form/fields/extra/aggregated-include'; import './theme/extra-widgets/checkboxes-include.js'; import './theme/extra-widgets/combobox-include.js'; import './theme/extra-widgets/date-picker-include.js'; import './theme/extra-widgets/date-range-picker-include.js'; import './theme/extra-widgets/file-include.js'; import './theme/extra-widgets/multi-select-include.js'; import './theme/extra-widgets/radio-buttons-include.js'; import './theme/extra-widgets/radio-include.js'; import './theme/extra-widgets/range-include.js'; import './theme/extra-widgets/switch-include.js'; import './theme/extra-widgets/textarea-include.js'; export declare const specs: s.Specs; export declare const extraWidgets: string[];