hongluan-ui
Version:
Hongluan Component Library for Vue 3
24 lines (19 loc) • 629 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
require('../../../utils/index.js');
var runtime = require('../../../utils/vue/props/runtime.js');
var shared = require('@vue/shared');
const mentionDropdownProps = runtime.buildProps({
options: {
type: runtime.definePropType(Array),
default: () => []
},
loading: Boolean,
disabled: Boolean
});
const mentionDropdownEmits = {
select: (option) => shared.isString(option.value)
};
exports.mentionDropdownEmits = mentionDropdownEmits;
exports.mentionDropdownProps = mentionDropdownProps;
//# sourceMappingURL=mention-dropdown2.js.map