PromoCursed/node_modules/antd/lib/tabs/TabPane.d.ts

6 lines
208 B
TypeScript
Raw Normal View History

2024-08-20 23:25:37 +04:00
import type * as React from 'react';
import type { TabPaneProps } from 'rc-tabs/lib/TabPanelList/TabPane';
declare const TabPane: React.FC<TabPaneProps>;
export type { TabPaneProps };
export default TabPane;