menu
menu copied to clipboard
fix(types): add children prop to MenuView typings
Overview
React 18 removed the children prop from the React.FC type. This PR merges the MenuComponentProps with PropsWithChildren (to restore the behavior as of React 17)