@dooboostore/dom-render
Version:
html view template engine
8 lines • 431 B
TypeScript
import { Validator } from './Validator';
import { ValidatorArray } from './ValidatorArray';
export declare class CountLessThanEqualsUnCheckedValidatorArray<T = any, E = Element> extends ValidatorArray<T, E> {
count: number;
constructor(count: number, value?: Validator<T, E>[], target?: E, event?: Event, autoValid?: boolean);
valid(): boolean;
}
//# sourceMappingURL=CountLessThanEqualsUnCheckedValidatorArray.d.ts.map