Skip to content

Commit 35fad88

Browse files
author
marker dao ®
committed
refactor
1 parent 385c732 commit 35fad88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export default class dxAutocomplete extends dxDropDownList<dxAutocompleteOptions
229229
* @docid
230230
* @publicName reset(value)
231231
* @public
232-
* @param1 value:string | null | undefined
232+
* @param1 value:string | null
233233
*/
234234
reset(value?: Properties['value']): void;
235235
}

0 commit comments

Comments
 (0)