phx-react
Version:
PHX REACT
12 lines • 443 B
JavaScript
;
exports.__esModule = true;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importDefault(require("react"));
var ColumnInRowTable = function (_a) {
var value = _a.value, itemBody = _a.itemBody;
console.log('value:', value);
console.log('item body', itemBody);
return react_1["default"].createElement("div", null, "12");
};
exports["default"] = ColumnInRowTable;
//# sourceMappingURL=ColumnInRowTable.js.map