UNPKG

@taiga-ui/kit

Version:
5 lines (4 loc) 322 B
import { ValidatorFn } from '@angular/forms'; import { TuiFocusableElementAccessor } from '@taiga-ui/cdk'; import { PolymorpheusContent } from '@tinkoff/ng-polymorpheus'; export declare function tuiCreateUnfinishedValidator(nativeInputGetter: () => TuiFocusableElementAccessor, message: PolymorpheusContent): ValidatorFn;