Repository URL to install this package:
|
Version:
3.5.7 ▾
|
import { InputState } from '../inputs';
/**
* @alias renderInputFromPluginContext
* @todo @@perf
*/
export declare const renderInput: (inputState: InputState<import("../inputs/typings").AnyObj>, index?: number | undefined) => JSX.Element;