tyh-ui2
Version:
The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.
37 lines (36 loc) • 522 B
JavaScript
const e = {
modelValue: Boolean,
width: {
type: String,
default: () => "30%"
},
top: {
type: String,
default: () => "15vh"
},
title: String,
appendToBody: Boolean,
modal: {
type: Boolean,
default: () => !0
},
modalClose: {
type: Boolean,
default: () => !0
},
showClose: {
type: Boolean,
default: () => !0
},
showHeader: {
type: Boolean,
default: () => !0
},
zIndex: {
type: Number,
default: () => 3500
}
};
export {
e as Props
};