UNPKG

element-plus

Version:

A Component Library for Vue 3

38 lines (33 loc) 772 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var props = require('../../../utils/props.js'); const tagProps = props.buildProps({ closable: Boolean, type: { type: String, values: ["success", "info", "warning", "danger", ""], default: "" }, hit: Boolean, disableTransitions: Boolean, color: { type: String, default: "" }, size: { type: String, values: ["large", "medium", "small", "mini"] }, effect: { type: String, values: ["dark", "light", "plain"], default: "light" } }); const tagEmits = { close: (evt) => evt instanceof MouseEvent, click: (evt) => evt instanceof MouseEvent }; exports.tagEmits = tagEmits; exports.tagProps = tagProps; //# sourceMappingURL=tag.js.map