UNPKG

@vendasta/store

Version:

Components and data for Store

8 lines (7 loc) 205 B
import { FormGroup } from '@angular/forms'; import { FieldBase } from './field-base'; export declare class FieldComponent { field: FieldBase<any>; form: FormGroup; readonly isValid: boolean; }