Fixed #1661 - inputNumber class prop type defect
parent
4418a8ae0b
commit
af6154f9dc
|
@ -24,7 +24,7 @@ interface InputNumberProps {
|
|||
inputStyle?: any;
|
||||
inputClass?: string;
|
||||
style?: any;
|
||||
class?: string;
|
||||
class?: any;
|
||||
}
|
||||
|
||||
declare class InputNumber {
|
||||
|
|
Loading…
Reference in New Issue