Skip to content

Commit 45599f6

Browse files
committed
rm
1 parent 986a688 commit 45599f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export type SelectHandler<ValueType, OptionType extends BaseOptionType = Default
107107

108108
type ArrayElementType<T> = T extends (infer E)[] ? E : T;
109109

110-
export type SemanticName = 'prefix' | 'suffix' | 'item' | 'list' | 'input' | 'tag';
110+
export type SemanticName = 'prefix' | 'suffix' | 'item' | 'list' | 'input';
111111
export interface SelectProps<ValueType = any, OptionType extends BaseOptionType = DefaultOptionType>
112112
extends BaseSelectPropsWithoutPrivate {
113113
prefixCls?: string;

0 commit comments

Comments
 (0)