UNPKG

preact-arco-design

Version:

Arco Design React UI Library.

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