UNPKG

@sjsf/shadcn-theme

Version:

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

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