UNPKG

@sjsf/daisyui5-theme

Version:

The daisyUI v5 based theme for svelte-jsonschema-form

5 lines (4 loc) 236 B
import '@sjsf/basic-theme/components/button.svelte'; declare const Button: import("svelte").Component<import("@sjsf/form/fields/components").ButtonComponentProps, {}, "">; type Button = ReturnType<typeof Button>; export default Button;