amis-rpc-design/node_modules/rc-table/es/Footer/Summary.js
2023-10-07 19:42:30 +08:00

12 lines
241 B
JavaScript

import Cell from "./Cell";
import Row from "./Row";
/**
* Syntactic sugar. Do not support HOC.
*/
function Summary(_ref) {
var children = _ref.children;
return children;
}
Summary.Row = Row;
Summary.Cell = Cell;
export default Summary;