UNPKG

antd-mobile

Version:

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

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