Skip to content

Commit 8bcd4aa

Browse files
authored
Added missing setInput method to interface
1 parent 96fa601 commit 8bcd4aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface AutocompleteDropdownRef {
1212
open: () => Promise<void>;
1313
setInputText: (text: string) => void;
1414
toggle: () => void;
15+
setInput: () => void;
1516
}
1617

1718
interface AutocompleteDropdownProps {

0 commit comments

Comments
 (0)