hongluan-ui
Version:
Hongluan Component Library for Vue 3
46 lines (42 loc) • 698 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const dialogContentProps = {
showAs: {
type: String,
default: "dialog"
},
showClose: {
type: Boolean,
default: true
},
customClass: {
type: String,
default: ""
},
placement: {
type: String,
default: "center"
},
top: {
type: String,
default: ""
},
title: {
type: String,
default: ""
},
height: {
type: String
},
width: {
type: String
},
resizable: Boolean,
draggable: Boolean,
ariaLevel: {
type: String,
default: "2"
}
};
exports.dialogContentProps = dialogContentProps;
//# sourceMappingURL=dialog-content2.js.map