UNPKG

antd-mobile

Version:
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 });