minishouyin/node_modules/antd/es/tabs/hooks/useLegacyItems.d.ts

6 lines
246 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
import * as React from 'react';
import type { Tab } from 'rc-tabs/lib/interface';
import type { TabsProps } from '..';
declare function useLegacyItems(items?: TabsProps['items'], children?: React.ReactNode): Tab[];
export default useLegacyItems;