Skip to content

Commit

Permalink
Update packages/react-components/react-menu/src/components/Menu/Menu.…
Browse files Browse the repository at this point in the history
…types.ts

Co-authored-by: ling1726 <[email protected]>
  • Loading branch information
bsunderhus and ling1726 committed Sep 14, 2022
1 parent 60449d2 commit 9964ffd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export type MenuOpenChangeData = {
/**
* Indicates whether the change of state was a keyboard interaction
* @deprecated
* This should not be used, since `Escape`, `Space` and click should be interpreted as the same thing as a click
* This should not be used, since `Enter`, `Space` and click should be interpreted as the same thing as a click
*/
keyboard?: boolean;
open: boolean;
Expand Down

0 comments on commit 9964ffd

Please sign in to comment.