UNPKG

hongluan-ui

Version:
40 lines (36 loc) 627 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const alertProps = { title: { type: String, default: "" }, description: { type: String, default: "" }, type: { type: String, default: "" }, closable: { type: Boolean, default: true }, closeText: { type: String, default: "" }, showIcon: Boolean, dashed: Boolean, effect: { type: String, default: "" } }; const alertEmits = { close: (evt) => evt instanceof MouseEvent }; exports.alertEmits = alertEmits; exports.alertProps = alertProps; //# sourceMappingURL=alert.js.map