UNPKG

hongluan-ui

Version:
46 lines (42 loc) 698 B
'use strict'; 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