1
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user