UNPKG

infinity-forge

Version:
8 lines (7 loc) 225 B
import { InputPropsDynamic } from '../handler/index.js'; export type InputManagerProps = { inputs?: InputPropsDynamic<any>[][]; gridColumns?: number; inputPath?: string; onDeleteItem?: (item: any) => void; };