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