UNPKG

phx-react

Version:

PHX REACT

8 lines 284 B
import React from 'react'; const ColumnInRowTable = ({ value, itemBody }) => { console.log('value:', value); console.log('item body', itemBody); return React.createElement("div", null, "12"); }; export default ColumnInRowTable; //# sourceMappingURL=ColumnInRowTable.js.map