UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

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