UNPKG

infinity-forge

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