Skip to content

Commit

Permalink
fix(select-input): fix missing size type (#2930)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaixingOoO authored May 29, 2024
1 parent bc9fedd commit 1295130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/select-input/interface.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface SelectInputCommonProperties {
readonly?: TdSelectInputProps['readonly'];
suffix?: TdSelectInputProps['suffix'];
suffixIcon?: TdSelectInputProps['suffixIcon'];
size?: TdSelectInputProps['size'];
onPaste?: TdSelectInputProps['onPaste'];
onEnter?: TdSelectInputProps['onEnter'];
onMouseenter?: TdSelectInputProps['onMouseenter'];
Expand Down

0 comments on commit 1295130

Please sign in to comment.