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