Repository URL to install this package:
|
Version:
0.9.6 ▾
|
import { string, boolean, func } from '@skava/modules/___dist/view-container/types'
interface Props {
className?: string
isSelected?: boolean
title: string
onClick: Function
}
export { Props as TabProps }