UNPKG

@sjsf/daisyui-theme

Version:

The daisyUI based theme for svelte-jsonschema-form

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