mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +08:00
type: revert type import path (#44453)
This commit is contained in:
parent
20d12f8ef2
commit
20593afaee
@ -1,5 +1,5 @@
|
||||
import type * as React from 'react';
|
||||
import type { TabPaneProps } from 'rc-tabs/es/TabPanelList/TabPane';
|
||||
import type { TabPaneProps } from 'rc-tabs/lib/TabPanelList/TabPane';
|
||||
|
||||
const TabPane: React.FC<TabPaneProps> = () => null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user