Row.js 349 B

12345678
  1. import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
  2. var _excluded = ["children"];
  3. import * as React from 'react';
  4. export default function FooterRow(_ref) {
  5. var children = _ref.children,
  6. props = _objectWithoutProperties(_ref, _excluded);
  7. return /*#__PURE__*/React.createElement("tr", props, children);
  8. }