Repository URL to install this package:
|
Version:
2.0.4 ▾
|
import React from 'react';
import { TabProps } from './typings';
declare class TabItems extends React.PureComponent<TabProps> {
static defaultProps: {
title: string[];
isSelected: boolean;
};
render(): JSX.Element;
}
export default TabItems;