UNPKG
@rc-component/tabs
Version:
latest (1.7.0)
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
tabs ui component for react
github.com/react-component/tabs
react-component/tabs
@rc-component/tabs
/
lib
/
index.d.ts
5 lines
(4 loc)
•
116 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
TabsProps
}
from
'./Tabs'
;
import
Tabs
from
'./Tabs'
;
export
type
{
TabsProps
};
export
default
Tabs
;