UNPKG

ngx-br

Version:
8 lines (7 loc) 199 B
import { FormControl } from '@angular/forms'; export declare class CnpjComponentContainer { control: FormControl; requiredMsg: string; cnpjMsg: string; shouldShowErrors(): boolean; }