UNPKG

@lobehub/ui

Version:

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

8 lines 253 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 { TabProps, Tab as default }; //# sourceMappingURL=Tab.d.mts.map