Skip to content

Commit

Permalink
hide prop in MenuGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed Feb 8, 2023
1 parent a502aad commit 7ace540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-core/src/components/Menu/MenuGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface MenuGroupProps extends Omit<React.HTMLProps<HTMLElement>, 'labe
label?: React.ReactNode;
/** ID for title label */
titleId?: string;
/** Forwarded ref */
/** @hide Forwarded ref */
innerRef?: React.Ref<any>;
/** Group label heading level. Default is h1. */
labelHeadingLevel?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
Expand Down

0 comments on commit 7ace540

Please sign in to comment.