UNPKG

@yamada-ui/tabs

Version:

Yamada UI tabs component

9 lines (6 loc) 263 B
import * as _yamada_ui_core from '@yamada-ui/core'; import { HTMLUIProps } from '@yamada-ui/core'; interface TabPanelProps extends HTMLUIProps { } declare const TabPanel: _yamada_ui_core.Component<"div", TabPanelProps>; export { TabPanel, type TabPanelProps };