UNPKG

@covalent/core

Version:

Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.

9 lines (8 loc) 279 B
import { AbstractControl, ValidatorFn } from '@angular/forms'; export declare class CovalentValidators { static min(minValue: any): ValidatorFn; static max(maxValue: any): ValidatorFn; static numberRequired(c: AbstractControl): { [key: string]: any; }; }