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