UNPKG

@sjsf/daisyui-theme

Version:

The daisyUI based theme for svelte-jsonschema-form

5 lines (4 loc) 230 B
import '@sjsf/basic-theme/widgets/text.svelte'; declare const Text: import("svelte").Component<import("@sjsf/form/fields/widgets").WidgetCommonProps<string>, {}, "value">; type Text = ReturnType<typeof Text>; export default Text;