Skip to content

Commit 05a3e1f

Browse files
authored
chore: Update interface.ts (#795)
1 parent ec31feb commit 05a3e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { CSSMotionProps } from '@rc-component/motion';
2-
import { DropdownProps } from '@rc-component/dropdown/lib/Dropdown';
2+
import type { DropdownProps } from '@rc-component/dropdown/lib/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)