UNPKG

infinity-forge

Version:
5 lines (4 loc) 294 B
import { InputProps } from '../interfaces.js'; export declare function InputControl({ fieldValue, icon, name, label, loading, children, disable, referenceID, defaultTranslate, isGlobal, enableToClearInput, }: InputProps & { fieldValue?: string; }): import("react/jsx-runtime").JSX.Element;