diff --git a/components/tabs/TabPane.ts b/components/tabs/TabPane.ts index 4b252401bd3a..d75078d0045a 100644 --- a/components/tabs/TabPane.ts +++ b/components/tabs/TabPane.ts @@ -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 = () => null;