UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

4 lines (3 loc) 242 B
import type { ValidatorFn } from '@angular/forms'; import type { PolymorpheusContent } from '@taiga-ui/polymorpheus'; export declare function tuiCreateUnfinishedValidator(element: HTMLInputElement, message: PolymorpheusContent): ValidatorFn;