UNPKG

@jsonforms/material-renderers

Version:

Material Renderer Set for JSON Forms

4 lines (3 loc) 193 B
import React from 'react'; import { ControlProps, OwnPropsOfEnum } from '@jsonforms/core'; export declare const MaterialRadioGroup: (props: ControlProps & OwnPropsOfEnum) => React.JSX.Element;