UNPKG

@sjsf/shadcn4-theme

Version:

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

10 lines (9 loc) 333 B
import type { InputProps } from '../types/input.js'; declare module '@sjsf/form' { interface UiOptions { shadcn4Text?: InputProps; } } declare const Text: import("svelte").Component<import("@sjsf/form/fields/widgets").WidgetCommonProps<string>, {}, "value">; type Text = ReturnType<typeof Text>; export default Text;