UNPKG

@reactjsonforms/antd-renderers

Version:

Ant Design Renderer Set for JSON Forms

3 lines (2 loc) 193 B
import { CellProps, Formatted, WithClassname } from '@reactjsonforms/core'; export declare const AntdInputNumberFormat: (props: CellProps & WithClassname & Formatted<number>) => JSX.Element;