UNPKG

@lobehub/ui

Version:

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

9 lines (8 loc) 243 B
import { DivProps } from "../../types/index.mjs"; import { FC } from "react"; //#region src/mdx/Tabs/Tab.d.ts type TabProps = DivProps; declare const Tab: FC<TabProps>; //#endregion export { Tab, TabProps }; //# sourceMappingURL=Tab.d.mts.map