
### children
- type: React.ReactNode
- description: Children - only single child is allowed here
### type
- type: VerticalTabsItemType
- description: Type of vertical tab item. can be of the following: &#39;tab&#39; (default), &#39;action&#39;, &#39;title&#39;
### dataHook
- type: string
- description: Data attribute for testing purposes
### prefixIcon
- type: IconElement
- description: Prefix Icon - should be &lt;code&gt;Icon&lt;/code&gt;
### suffixIcon
- type: IconElement
- description: Suffix Icon - should be &lt;code&gt;Icon&lt;/code&gt; or &lt;code&gt;IconButton&lt;/code&gt; with the &lt;code&gt;size=&#34;tiny&#34;&lt;/code&gt; prop
### disabled
- type: boolean
- description: Specifies whether the item is disabled
### id
- type: string | number
- description: Identifier to help identify the current selected tab
### tabIndex
- type: number
- description: Controls focus relative order
### skin
- type: &#34;premium&#34;
- description: Specifies the look of the item
### aria-controls
- type: string
- description: Used for connecting tab panel to the tab item.
### 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


