@wetspace/pro-components
Version:
::: tip 基本介绍
29 lines (28 loc) • 597 B
JavaScript
import { buildProps as t, definePropType as e } from "../../node_modules/.pnpm/element-plus@2.8.7_vue@3.5.12_typescript@5.3.3_/node_modules/element-plus/es/utils/vue/props/runtime.mjs";
import { buttonProps as o } from "element-plus";
const s = t({
...o,
popconfirmProps: {
type: e(Object),
default() {
return {};
}
},
messageBoxProps: {
type: e(Object),
default() {
return {};
}
},
isEmphasize: {
type: Boolean,
default: !0
},
emphasizeType: {
type: e(String),
default: "popconfirm"
}
});
export {
s as WetDelButtonProps
};