Repository URL to install this package:
interface Props { className?: string isSelected?: boolean title: string onClick: Function } export { Props as TabProps }