UNPKG

@sjsf/daisyui-theme

Version:

The daisyUI based theme for svelte-jsonschema-form

8 lines (7 loc) 343 B
import '@sjsf/basic-theme/components/layout.svelte'; declare const Layout: import("svelte").Component<import("@sjsf/form/fields/components").ComponentCommonProps & { type: import("@sjsf/form/fields/components").LayoutType; children: import("svelte").Snippet; }, {}, "">; type Layout = ReturnType<typeof Layout>; export default Layout;