
### id
- type: string | number
- description: Identifier to help identify the current selected tab
### dataHook
- type: string
- description: Data attribute for testing purposes
### tabIndex
- type: number
- description: Controls focus relative order
### disabled
- type: boolean
- description: Specifies whether the item is disabled
### aria-controls
- type: string
- description: Used for connecting tab panel to the tab item.
### aria-label
- type: string
- description: Used for providing context to screen-readers
### children
- type: IconElement
- description: Children - should be &lt;code&gt;Icon&lt;/code&gt;
### focusableOnFocus
- type: React.FocusEventHandler&lt;E&gt;
- description: No description
### focusableOnBlur
- type: React.FocusEventHandler&lt;E&gt;
- description: No description
### ref
- type: React.RefObject&lt;E&gt;
- description: No description
### className
- type: string
- description: No description


