UNPKG

@agendize/design-system

Version:
54 lines 1.53 kB
import { FormField } from "../../../../../index"; interface Props { id: string; subItem: FormField[]; debug?: boolean; forceVisible?: boolean; disableRequired?: boolean; translate?: boolean; noTranslation?: boolean; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: { field: FormField; }): any; }; refs: { fieldsRef: unknown[]; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; declare const __VLS_component: import("vue").DefineComponent<Props, { checkField: () => { isValid: boolean; values: any; }; focus: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { validated: (validation: { isValid: boolean; values: any; }) => any; }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{ onValidated?: ((validation: { isValid: boolean; values: any; }) => any) | undefined; }>, { debug: boolean; forceVisible: boolean; disableRequired: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, { fieldsRef: unknown[]; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; }; //# sourceMappingURL=View.vue.d.ts.map