UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

6 lines (5 loc) 200 B
import List from './list'; import Item from './item'; import { assignSubComponent } from '../util/component'; var ListWithItem = assignSubComponent(List, { Item: Item }); export default ListWithItem;