Skip to content

Commit

Permalink
allow both navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jan 15, 2025
1 parent 13270b2 commit cce58e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/menu/root/useMenuRoot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export function useMenuRoot(parameters: useMenuRoot.Parameters): useMenuRoot.Ret
);
}

export type MenuOrientation = 'horizontal' | 'vertical';
export type MenuOrientation = 'horizontal' | 'vertical' | 'both';

export namespace useMenuRoot {
export interface Parameters {
Expand Down

0 comments on commit cce58e8

Please sign in to comment.