Skip to content

Commit df29320

Browse files
author
Ruslan Farkhutdinov
committed
Editor: Update ValueChangedInfo.value/prviousValue annotation type
1 parent 4164e46 commit df29320

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/devextreme/js/ui/editor/editor.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ import {
2020
export interface ValueChangedInfo {
2121
/**
2222
* @docid
23-
* @type object
23+
* @type any
2424
*/
2525
readonly previousValue?: any;
2626
/**
2727
* @docid
28-
* @type object
28+
* @type any
2929
*/
3030
readonly value?: any;
3131
}

0 commit comments

Comments
 (0)