UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

80 lines (79 loc) 1.09 kB
const e = { defaultChecked: { type: Boolean }, checked: { type: Boolean }, disabled: { type: Boolean, default: !1 }, avatar: { type: [String, Function] }, title: { type: [String, Function] }, description: { type: [String, Function] }, value: { type: [String, Number], default: "" }, loading: { type: Boolean }, cover: { type: [String, Function] }, size: { type: String }, bordered: { type: Boolean, default: !0 }, extra: { type: [String, Function] }, style: { type: Object } }, t = { options: { type: Array, default: () => [] }, disabled: { type: Boolean }, size: { type: String }, multiple: { type: Boolean }, value: { type: [String, Number, Array] }, modelValue: { type: [String, Number, Array] }, loading: { type: Boolean }, bordered: { type: Boolean, default: !0 }, alias: { type: Object } }; export { t as checkCardGroupProps, e as checkCardItemProps }; //# sourceMappingURL=props.mjs.map