1 | import { Provider } from '@angular/core';
|
2 | import { MaxValidator } from '@angular/forms';
|
3 | import * as i0 from "@angular/core";
|
4 |
|
5 |
|
6 |
|
7 |
|
8 | export declare const ION_MAX_VALIDATOR: Provider;
|
9 | export declare class IonMaxValidator extends MaxValidator {
|
10 | static ɵfac: i0.ɵɵFactoryDeclaration<IonMaxValidator, never>;
|
11 | static ɵdir: i0.ɵɵDirectiveDeclaration<IonMaxValidator, "ion-input[type=number][max][formControlName],ion-input[type=number][max][formControl],ion-input[type=number][max][ngModel]", never, {}, {}, never, never, false, never>;
|
12 | }
|