UNPKG

@sjsf-lab/shadcn-extras-theme

Version:

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

12 lines (11 loc) 571 B
import { s } from 'theme-testing/specs'; import '@sjsf/form/fields/extra/array-tags-include'; import './theme/extra-widgets/file-drop-zone-include.js'; import './theme/extra-widgets/ip-v4-address-input-include.js'; import './theme/extra-widgets/nlp-date-input-include.js'; import './theme/extra-widgets/password-include.js'; import './theme/extra-widgets/phone-input-include.js'; import './theme/extra-widgets/star-rating-include.js'; import './theme/extra-widgets/tags-input-include.js'; export declare const specs: s.Specs; export declare const extraWidgets: string[];