UNPKG

zarm

Version:

基于 React 的移动端UI库

6 lines 205 B
import List from './List'; import Item from './ListItem'; import attachPropertiesToComponent from '../utils/attachPropertiesToComponent'; export default attachPropertiesToComponent(List, { Item: Item });