UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

8 lines (7 loc) 295 B
import { Component, triggerEvent, getValueFromProps } from '../../_util/simply'; import { ChecklistItemDefaultProps } from './props'; Component(ChecklistItemDefaultProps, { onChecklistItemClick: function () { triggerEvent(this, 'change', getValueFromProps(this, 'item')); }, });