diff --git a/packages/react-core/src/components/Tabs/Tabs.tsx b/packages/react-core/src/components/Tabs/Tabs.tsx index eeadb9e00b9..2b91ec4e07e 100644 --- a/packages/react-core/src/components/Tabs/Tabs.tsx +++ b/packages/react-core/src/components/Tabs/Tabs.tsx @@ -45,7 +45,7 @@ export interface TabsProps extends Omit, eventKey: number | string) => void; /** @beta Callback for the add button. Passing this property inserts the add button */ - onAdd?: () => void; + onAdd?: (event: React.MouseEvent) => void; /** @beta Aria-label for the add button */ addButtonAriaLabel?: string; /** Uniquely identifies the tabs */