UNPKG

@cristianuser/antd-renderers

Version:

Ant Design Renderer Set for JSON Forms

9 lines (8 loc) 291 B
import { ControlProps, ControlState } from '@jsonforms/core'; import { Control } from '@jsonforms/react'; export interface WithInput { input: any; } export declare abstract class InputControl extends Control<ControlProps & WithInput, ControlState> { render(): JSX.Element; }