mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Add 'settings' property to expose the ValidationOptions.
This commit is contained in:
+1
@@ -47,6 +47,7 @@ interface Validator
|
||||
numberOfInvalids(): number;
|
||||
resetForm(): void;
|
||||
setDefaults(defaults: ValidationOptions): void;
|
||||
settings: ValidationOptions;
|
||||
showErrors(errors: any): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user