UNPKG

hongluan-ui

Version:
35 lines (33 loc) 518 B
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 }; export { alertEmits, alertProps }; //# sourceMappingURL=alert.mjs.map