UNPKG

infinity-forge

Version:
10 lines (9 loc) 293 B
import { InputPropsDynamic } from '../handler/index.js'; export type InputManagerProps = { inputs?: (InputPropsDynamic<any> | ((props: { basePath: string; }) => React.ReactNode))[][]; gridColumns?: number; inputPath?: string; onDeleteItem?: (item: any) => void; };