UNPKG

hongluan-ui

Version:
42 lines (40 loc) 602 B
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" } }; export { dialogContentProps }; //# sourceMappingURL=dialog-content2.mjs.map