Fixed #1661 - inputNumber class prop type defect

pull/1677/head
Tuğçe Küçükoğlu 2021-10-15 16:07:58 +03:00
parent 4418a8ae0b
commit af6154f9dc
1 changed files with 1 additions and 1 deletions

View File

@ -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 {