TabStripNavigationItemProps
The props that are passed by the TabStripNavigation to the TabStripNavigationItem.
active?
boolean
Defines whether the current TabStripNavigationItem is selected.
disabled?
boolean
Defines whether the TabStripNavigationItem is disabled.
index
number
Sets the index of the TabStripNavigationItem that is used to identify it.
title?
React.ReactNode
Sets the title of the TabStripNavigationItem.