amis-rpc-design/node_modules/antd/es/tabs/TabPane.d.ts

6 lines
208 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08: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;