You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
480 B
1 lines
480 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.defaultOptions=exports.defaults=void 0;var defaults={prefixCls:"wux-dialog",title:"",content:"",buttons:[],verticalButtons:!1,resetOnClose:!1,closable:!1,mask:!0,maskClosable:!0,zIndex:1e3};exports.defaults=defaults;var defaultOptions={onCancel:function(){},cancelText:"取消",cancelType:"default",onConfirm:function(){},confirmText:"确定",confirmType:"primary"};exports.defaultOptions=defaultOptions;
|