mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-15 01:31:07 +01:00
15 lines
202 B
JavaScript
15 lines
202 B
JavaScript
![]() |
const DialogModal = {
|
||
|
props: {
|
||
|
darkOverlay: {
|
||
|
default: true,
|
||
|
type: Boolean
|
||
|
},
|
||
|
onCancel: {
|
||
|
default: () => {},
|
||
|
type: Function
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
export default DialogModal
|