Skip to content

Commit 1f21163

Browse files
Villar74onmotion
authored andcommitted
Update dataSet type to accept null
1 parent 734383d commit 1f21163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface AutocompleteDropdownProps {
2323
* { id: "3", title: "Gamma" }
2424
* ]
2525
*/
26-
dataSet?: TAutocompleteDropdownItem[]
26+
dataSet?: TAutocompleteDropdownItem[] | null
2727
inputHeight?: number
2828
suggestionsListMaxHeight?: number
2929
initialValue?: string | object

0 commit comments

Comments
 (0)