UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 253 B
import { TabBarProps } from "./type.mjs"; import * as react126 from "react"; //#region src/mobile/TabBar/TabBar.d.ts declare const TabBar: react126.NamedExoticComponent<TabBarProps>; //#endregion export { TabBar }; //# sourceMappingURL=TabBar.d.mts.map