Skip to content

Commit c7bd830

Browse files
authored
chore: Update interface.ts (#819)
1 parent 024b41d commit c7bd830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { CSSMotionProps } from '@rc-component/motion';
2-
import type { DropdownProps } from '@rc-component/dropdown/lib/Dropdown';
2+
import type { DropdownProps } from '@rc-component/dropdown';
33
import type React from 'react';
44
import type { TabNavListProps } from './TabNavList';
55
import type { TabPaneProps } from './TabPanelList/TabPane';

0 commit comments

Comments
 (0)