UNPKG

@sjsf/daisyui-theme

Version:

The daisyUI based theme for svelte-jsonschema-form

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