Skip to content

Commit c25fd57

Browse files
committed
chore: update file spacing
1 parent 032a5e9 commit c25fd57

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/InputNumber.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,25 +133,18 @@ const InternalInputNumber = React.forwardRef(
133133
keyboard,
134134
changeOnWheel = false,
135135
controls = true,
136-
137-
classNames,
138136
stringMode,
139-
140137
validator,
141138
parser,
142139
formatter,
143140
precision,
144141
decimalSeparator,
145-
146142
onChange,
147143
onInput,
148144
onPressEnter,
149145
onStep,
150-
151146
changeOnBlur = true,
152-
153147
domRef,
154-
155148
...inputProps
156149
} = props;
157150

0 commit comments

Comments
 (0)