UNPKG
@reactjsonforms/antd-renderers
Version:
latest (4.0.0-alpha.3)
4.0.0-alpha.3
4.0.0-alpha.1
Ant Design Renderer Set for JSON Forms
jsonforms.io
eclipsesource/jsonforms
@reactjsonforms/antd-renderers
/
lib
/
antd-controls
/
AntdInputNumberFormat.d.ts
3 lines
(2 loc)
•
193 B
TypeScript
View Raw
1
2
3
import
{
CellProps
,
Formatted
,
WithClassname
}
from
'@reactjsonforms/core'
;
export
declare
const
AntdInputNumberFormat
:
(
props
:
CellProps
&
WithClassname
&
Formatted
<
number
>
) =>
JSX
.
Element
;