UNPKG

infinity-forge

Version:
4 lines (3 loc) 341 B
import { InputProps } from '../../../../ui/index.js'; import * as Inputs from '../../../../ui/components/form/index.js'; export declare function InputManager({ name, label, inputs, gridColumns, inputPath, placeholder, onDeleteItem, ...rest }: InputProps & Partial<Inputs.DragAndDropListProps<any>>): import("react/jsx-runtime").JSX.Element;