We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c40b52 commit 4fc634eCopy full SHA for 4fc634e
src/interface.ts
@@ -2,7 +2,7 @@ import type { CSSMotionProps } from 'rc-motion';
2
import type React from 'react';
3
import type { TabNavListProps } from './TabNavList';
4
import type { TabPaneProps } from './TabPanelList/TabPane';
5
-import { DropdownProps } from 'rc-dropdown/lib/Dropdown';
+import type { DropdownProps } from 'rc-dropdown/lib/Dropdown';
6
7
export type TriggerProps = {
8
trigger?: 'hover' | 'click';
0 commit comments