Skip to content

Commit a51028c

Browse files
author
刘欢
committed
fix: fix lint error
1 parent 403f7a2 commit a51028c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useSearchConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { SearchConfig, DefaultOptionType, SelectProps } from '@/Select';
1+
import type { SearchConfig, DefaultOptionType } from '@/Select';
22
import * as React from 'react';
33

44
// Convert `showSearch` to unique config

0 commit comments

Comments
 (0)