@pit-front-end/components
Version:
湖南创智艾泰克科技有限公司
26 lines (25 loc) • 367 B
JavaScript
const t = {
modelValue: {
type: Boolean,
default: !1
},
current: {
type: String,
default: ""
},
title: {
type: String,
default: "图标选择"
},
width: {
type: [String, Number],
default: "950px"
}
}, o = {
choiceIcon: (e) => e,
"update:modelValue": (e) => e
};
export {
o as iconBoxEmits,
t as iconBoxProps
};