UNPKG

@jsonforms/material-renderers

Version:

Material Renderer Set for JSON Forms

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