UNPKG

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