UNPKG

@cristianuser/antd-renderers

Version:

Ant Design Renderer Set for JSON Forms

6 lines (5 loc) 251 B
import { ControlProps, ControlState, OwnPropsOfEnum } from '@jsonforms/core'; import { Control } from '@jsonforms/react'; export declare class RadioGroup extends Control<ControlProps & OwnPropsOfEnum, ControlState> { render(): JSX.Element; }