Repository URL to install this package:
export interface TabItemProps { isSelected: boolean onClick: Function title?: string className?: string qa?: string /** * @todo @name fix this - was named `ariaControl` */ ariaControls?: string } export { TabItemProps }