UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

5 lines (4 loc) 222 B
import * as React from 'react'; import type { Tab } from 'rc-tabs/lib/interface'; import type { TabsProps } from '..'; export default function useLegacyItems(items?: TabsProps['items'], children?: React.ReactNode): Tab[];