Skip to content

Commit

Permalink
[NavigationMenu] Allow children in Viewport types (#2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartin authored Sep 26, 2024
1 parent 41595ce commit 2fce1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/navigation-menu/src/NavigationMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ const VIEWPORT_NAME = 'NavigationMenuViewport';

type NavigationMenuViewportElement = NavigationMenuViewportImplElement;
interface NavigationMenuViewportProps
extends Omit<NavigationMenuViewportImplProps, 'children' | 'activeContentValue'> {
extends Omit<NavigationMenuViewportImplProps, 'activeContentValue'> {
/**
* Used to force mounting when more control is needed. Useful when
* controlling animation with React animation libraries.
Expand Down

0 comments on commit 2fce1dc

Please sign in to comment.