UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

7 lines 253 B
import "./list.css"; import { attachPropertiesToComponent } from '../../utils/attach-properties-to-component'; import { List } from './list'; import { ListItem } from './list-item'; export default attachPropertiesToComponent(List, { Item: ListItem });