diff --git a/packages/react-core/src/components/Nav/NavExpandable.tsx b/packages/react-core/src/components/Nav/NavExpandable.tsx index da1f1e9d5ee..bc40a16a969 100644 --- a/packages/react-core/src/components/Nav/NavExpandable.tsx +++ b/packages/react-core/src/components/Nav/NavExpandable.tsx @@ -30,6 +30,8 @@ export interface NavExpandableProps onExpand?: (event: React.MouseEvent, val: boolean) => void; /** Additional props added to the NavExpandable