UNPKG

@jsonforms/material-renderers

Version:

Material Renderer Set for JSON Forms

7 lines (6 loc) 221 B
import React from 'react'; import { ControlProps } from '@jsonforms/core'; export interface WithInput { input: any; } export declare const MaterialInputControl: (props: ControlProps & WithInput) => React.JSX.Element;