UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

3 lines 161 B
import { TabBarItemType, TabBarProps } from "./type.mjs"; import TabBar from "./TabBar.mjs"; export { type TabBarItemType, type TabBarProps, TabBar as default };