export declare interface AsyncValidatorFn { (control: AbstractControl): | Promise<ValidationErrors | null> | Observable<ValidationErrors ...
確定! 回上一頁