Files
video-gen/video-gen-admin/node_modules/antd/lib/tabs/hooks/useLegacyItems.d.ts
T
2026-05-25 17:08:18 +08:00

6 lines
257 B
TypeScript

import * as React from 'react';
import type { Tab } from '@rc-component/tabs/lib/interface';
import type { TabsProps } from '..';
declare function useLegacyItems(items?: TabsProps['items'], children?: React.ReactNode): Tab[];
export default useLegacyItems;