UNPKG

uppy

Version:

Almost as cute as a Puppy :dog:

10 lines (8 loc) 196 B
const html = require('yo-yo') module.exports = (props) => { return html` <td class="BrowserTable-rowColumn BrowserTable-column"> ${props.getItemIcon()} ${props.value} </td> ` }