Skip to content

Commit

Permalink
Export useKeyDown (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
arackaf authored Oct 17, 2021
1 parent 3949a73 commit 63b4299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/combobox/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,8 @@ function useKeyDown() {
};
}

export { useKeyDown as unstable_useKeyDown };

function useBlur() {
let { state, transition, popoverRef, inputRef, buttonRef } =
React.useContext(ComboboxContext);
Expand Down

0 comments on commit 63b4299

Please sign in to comment.