UNPKG

@kevinkosterr/vue3-form-generator

Version:

A schema-based form generator component for Vue 3, based on the original [`vue-form-generator`](https://github.com/vue-generators/vue-form-generator) library.

15 lines (14 loc) 761 B
import { ComponentPublicInstance } from 'vue'; import { LabelIconDefinition } from '../resources/types/field/base'; declare const _default: import('vue').DefineComponent<{ labelIcon: string | ComponentPublicInstance | null; labelIconPosition?: LabelIconDefinition["position"] | null; label?: string; fieldId: string; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{ labelIcon: string | ComponentPublicInstance | null; labelIconPosition?: LabelIconDefinition["position"] | null; label?: string; fieldId: string; }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;