UNPKG

243 BTypeScriptView Raw
1import { FormControl } from '@angular/forms';
2export declare class JhiMaxbytesValidatorDirective {
3 jhiMaxbytes: number;
4 constructor();
5 validate(c: FormControl): {
6 maxbytes: {
7 valid: boolean;
8 };
9 };
10}