UNPKG

ngx-input-eip

Version:

Lightweight edit in place text editor.

4 lines (3 loc) 218 B
import { TemplateRef } from "@angular/core"; import { AbstractControl } from "@angular/forms"; export declare function DefaultErrorsParser(c: AbstractControl, customErrorMessages?: any): (string | TemplateRef<any>)[];