UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

12 lines (11 loc) 487 B
export const enhanceWithCollectionProps = (payload, field)=>{ if (payload.field === field) { return { onReorderItem: (reorderPayload)=>payload.form.reorderListItem(field, reorderPayload), onRemoveItem: (index)=>payload.form.removeListItem(field, index), onInsertItem: (valueToInsert, index)=>payload.form.insertListItem(field, valueToInsert, index) }; } return {}; }; //# sourceMappingURL=enhanceWithCollectionProps.js.map