UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

4 lines (3 loc) 216 B
import { ValidatorFn } from "@angular/forms"; import { LocaleService } from "../../core/services/tcc-locale/tcc-locale.service"; export declare function tccNumberValidator(localeService: LocaleService): ValidatorFn;