UNPKG

@sjsf/shadcn-theme

Version:

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

8 lines (7 loc) 326 B
import '@sjsf/basic-theme/components/title.svelte'; declare const Title: import("svelte").Component<import("@sjsf/form/fields/components").ComponentCommonProps & { title: string; templateType: import("@sjsf/form/fields/templates").TemplateType; }, {}, "">; type Title = ReturnType<typeof Title>; export default Title;