UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

26 lines (25 loc) 481 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const messageOptions = { type: String, content: [String, Object], icon: Object, color: String, showClose: Boolean, duration: { type: Number, default: 3e3 }, showIcon: { type: Boolean, default: true }, isVNode: Boolean }; const messageProps = { ...messageOptions, id: String, close: Function, destroy: Function }; exports.messageProps = messageProps;