UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

14 lines (12 loc) 243 B
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;