UNPKG

@jsonforms/material-renderers

Version:

Material Renderer Set for JSON Forms

5 lines (4 loc) 275 B
import React from 'react'; import { CellProps, Formatted, WithClassname } from '@jsonforms/core'; import { WithInputProps } from '../util'; export declare const MuiInputNumberFormat: React.NamedExoticComponent<CellProps & WithClassname & Formatted<number> & WithInputProps>;