mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-09 22:50:06 +08:00
8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
import Tabs from './tabs'
|
|
import TabsItem from './tabs-item'
|
|
|
|
Tabs.Item = TabsItem
|
|
Tabs.Tab = TabsItem
|
|
|
|
export default Tabs
|