Skip to content

Commit 4fc634e

Browse files
committed
fix: import type usage
1 parent 4c40b52 commit 4fc634e

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
@@ -2,7 +2,7 @@ import type { CSSMotionProps } from 'rc-motion';
22
import type React from 'react';
33
import type { TabNavListProps } from './TabNavList';
44
import type { TabPaneProps } from './TabPanelList/TabPane';
5-
import { DropdownProps } from 'rc-dropdown/lib/Dropdown';
5+
import type { DropdownProps } from 'rc-dropdown/lib/Dropdown';
66

77
export type TriggerProps = {
88
trigger?: 'hover' | 'click';

0 commit comments

Comments
 (0)