@jsonforms/vanilla-renderers
Version:
Default Renderer Set for JSON Forms
5 lines (4 loc) • 385 B
TypeScript
import React from 'react';
import { ControlProps, OwnPropsOfEnum } from '@jsonforms/core';
import type { VanillaRendererProps } from '../index';
export declare const RadioGroup: ({ classNames, id, label, options, required, description, errors, data, uischema, visible, config, enabled, path, handleChange, }: ControlProps & VanillaRendererProps & OwnPropsOfEnum) => React.JSX.Element;