minishouyin/node_modules/rc-table/es/Footer/Row.js
2025-11-12 11:35:57 +08:00

8 lines
349 B
JavaScript

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);
}