Browse Source

Fix InputNumber[precision] ts definites, close #6715

pull/6726/head
afc163 7 years ago
parent
commit
5ad194143f
  1. 1
      components/input-number/index.tsx

1
components/input-number/index.tsx

@ -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…
Cancel
Save