UNPKG

@sjsf/shadcn-theme

Version:

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

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