UNPKG

ngx-br

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