Skip to content

Commit

Permalink
type: revert type import path (ant-design#44453)
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Aug 28, 2023
1 parent 20d12f8 commit 20593af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tabs/TabPane.ts
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 20593af

Please sign in to comment.