Row.js 138 Bytes Raw Blame History Permalink 1 2 3 4 import * as React from 'react'; export default function FooterRow(props) { return React.createElement("tr", Object.assign({}, props)); }