UNPKG

@forbespro/lead-agent

Version:
14 lines (13 loc) 220 B
function p(e, l) { const t = { type: "element", tagName: "td", // Assume body cell. properties: {}, children: e.all(l) }; return e.patch(l, t), e.applyData(l, t); } export { p as tableCell };