UNPKG

@reactjsonforms/antd-renderers

Version:

Ant Design Renderer Set for JSON Forms

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