UNPKG

@lobehub/ui

Version:

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

6 lines (5 loc) 154 B
import { FC } from 'react'; import { DivProps } from "../../types"; export type TabProps = DivProps; declare const Tab: FC<TabProps>; export default Tab;