phx-react
Version:
PHX REACT
9 lines • 321 B
JavaScript
import React from 'react';
var ColumnInRowTable = function (_a) {
var value = _a.value, itemBody = _a.itemBody;
console.log('value:', value);
console.log('item body', itemBody);
return React.createElement("div", null, "12");
};
export default ColumnInRowTable;
//# sourceMappingURL=ColumnInRowTable.js.map