UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

9 lines (8 loc) 171 B
import Row from './row'; import Cell from './cell'; function Summary(props) { return props.children; } Summary.Row = Row; Summary.Cell = Cell; export default Summary;