UNPKG

ng-fveh

Version:

NG-FVEH - Some helpers to help you with form validation :)

11 lines (10 loc) 257 B
export declare function groupMatch(friendlyFieldNames: string[]): ({ value, touched, pristine, controls }: { value: any; touched: any; pristine: any; controls: any; }) => { fvehGroupMatch: { fields: string[]; }; };