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