Skip to content

Commit 51169c7

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 0ed9132 commit 51169c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/kendo.all.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10027,7 +10027,7 @@ declare namespace kendo.ui {
1002710027
messages?: any;
1002810028
rules?: any;
1002910029
validateOnBlur?: boolean;
10030-
validationSummary: boolean | ValidationSummary;
10030+
validationSummary?: boolean | ValidationSummary;
1003110031
validate?(e: ValidatorValidateEvent): void;
1003210032
validateInput?(e: ValidatorValidateInputEvent): void;
1003310033
}

0 commit comments

Comments
 (0)