TabStripTabProps
Represents the props of the TabStrip tabs.
contentClassName?
string
Specifies the CSS class names of the TabStripTab content.
disabled?
boolean
Defines whether a tab is disabled (see example).
title?
React.ReactNode
Sets the title of the tab (see example).