type: revert type import path (#44453)

This commit is contained in:
lijianan 2023-08-28 09:38:50 +08:00 committed by GitHub
parent 20d12f8ef2
commit 20593afaee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;