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

12 lines
241 B
JavaScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
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;