UNPKG

@vuesax-alpha/nightly

Version:
32 lines (27 loc) 624 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../utils/index.js'); var runtime = require('../../../utils/vue/props/runtime.js'); const chipProps = runtime.buildProps({ disabled: { type: Boolean }, hit: { type: Boolean, default: false }, shape: { type: String, values: ["square"], default: "" }, showClose: { type: Boolean, default: true } }); const chipEmits = { click: (e) => e instanceof Event, close: (e) => e instanceof Event }; exports.chipEmits = chipEmits; exports.chipProps = chipProps; //# sourceMappingURL=chip.js.map