refactor: menu component props and toolbar menu item colors [skip e2e]
This commit is contained in:
@@ -14,7 +14,6 @@ import { MutuallyExclusiveMediaQueryBreakpoints, useMediaQuery } from '@/Hooks/u
|
||||
interface MenuProps extends ComponentPropsWithoutRef<'menu'> {
|
||||
a11yLabel: string
|
||||
closeMenu?: () => void
|
||||
isOpen: boolean
|
||||
initialFocus?: number
|
||||
shouldAutoFocus?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user