UNPKG

@sjsf/shadcn-theme

Version:

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

10 lines (9 loc) 368 B
import '@sjsf/basic-theme/components/form.svelte'; declare const Form: import("svelte").Component<{ config: import("@sjsf/form").Config; ref?: HTMLFormElement | undefined; children: import("svelte").Snippet; attributes?: import("svelte/elements").HTMLFormAttributes | undefined; }, {}, "ref">; type Form = ReturnType<typeof Form>; export default Form;