UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

10 lines 595 B
import { AbstractControl, UntypedFormControl, ValidationErrors, Validator } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class CPFDirective implements Validator { control: AbstractControl; constructor(); validate(c: UntypedFormControl): ValidationErrors; static ɵfac: i0.ɵɵFactoryDeclaration<CPFDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<CPFDirective, "[cpf][ngModel],[cpf][formControl],[cpf][formControlName]", never, { "control": "control"; }, {}, never, never, false, never>; } //# sourceMappingURL=cpf.directive.d.ts.map