提交 928126e3 编写于 作者: A afc163

fix formatter types

上级 a73d7d6f
......@@ -12,7 +12,7 @@ export interface InputNumberProps {
onChange?: (value: number | string | undefined) => void;
disabled?: boolean;
size?: 'large' | 'small' | 'default';
formatter?: void | ((value: number | string | undefined) => string);
formatter?: (value: number | string | undefined) => string;
placeholder?: string;
style?: React.CSSProperties;
className?: string;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册