first commit
This commit is contained in:
7
frontend/node_modules/antd/lib/tabs/TabPane.d.ts
generated
vendored
Normal file
7
frontend/node_modules/antd/lib/tabs/TabPane.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type * as React from 'react';
|
||||
import type { TabPaneProps as RcTabPaneProps } from 'rc-tabs/lib/TabPanelList/TabPane';
|
||||
import type { CompatibilityProps } from '.';
|
||||
type TabPaneProps = CompatibilityProps & Omit<RcTabPaneProps, 'destroyInactiveTabPane'>;
|
||||
declare const TabPane: React.FC<TabPaneProps>;
|
||||
export type { TabPaneProps };
|
||||
export default TabPane;
|
||||
Reference in New Issue
Block a user