amis-rpc-design/node_modules/rc-table/es/Footer/Row.js

8 lines
349 B
JavaScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
var _excluded = ["children"];
import * as React from 'react';
export default function FooterRow(_ref) {
var children = _ref.children,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("tr", props, children);
}