Skip to content

Commit c911ae5

Browse files
committed
revert
1 parent 39a61a8 commit c911ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cascader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export interface CascaderProps<
160160
) => void;
161161
}
162162

163-
export type SingleValueType = React.Key[];
163+
export type SingleValueType = (string | number)[];
164164
export type InternalValueType = SingleValueType | SingleValueType[];
165165

166166
export interface InternalFieldNames extends Required<FieldNames> {

0 commit comments

Comments
 (0)