@headwire/jsonforms-react-spectrum-renderers
Version:
React Spectrum Renderer Set for JSONForms
9 lines (8 loc) • 362 B
TypeScript
import React from 'react';
import { ControlProps, ControlState } from '@jsonforms/core';
import { Control } from '@jsonforms/react';
export declare class RadioGroupControl extends Control<ControlProps, ControlState> {
render(): JSX.Element;
}
declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfControl>;
export default _default;