UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

10 lines 319 B
export type Props = { addRow: (current: number, blockType?: string) => void; duplicateRow: (current: number) => void; hasMaxRows: boolean; index: number; moveRow: (from: number, to: number) => void; removeRow: (index: number) => void; rowCount: number; }; //# sourceMappingURL=types.d.ts.map