Skip to content

Commit

Permalink
Fixed #1661 - inputNumber class prop type defect
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 15, 2021
1 parent 4418a8a commit af6154f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inputnumber/InputNumber.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface InputNumberProps {
inputStyle?: any;
inputClass?: string;
style?: any;
class?: string;
class?: any;
}

declare class InputNumber {
Expand Down

0 comments on commit af6154f

Please sign in to comment.