mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
Fix InputNumber[precision] ts definites, close #6715
This commit is contained in:
parent
d00d631ef2
commit
5ad194143f
@ -18,6 +18,7 @@ export interface InputNumberProps {
|
||||
style?: React.CSSProperties;
|
||||
className?: string;
|
||||
name?: string;
|
||||
precision?: number;
|
||||
}
|
||||
|
||||
export default class InputNumber extends React.Component<InputNumberProps, any> {
|
||||
|
Loading…
Reference in New Issue
Block a user