feat(Dialog): add width prop (#4687)
This commit is contained in:
@@ -47,6 +47,7 @@ function Dialog(options) {
|
||||
Dialog.defaultOptions = {
|
||||
value: true,
|
||||
title: '',
|
||||
width: '',
|
||||
message: '',
|
||||
overlay: true,
|
||||
className: '',
|
||||
|
||||
Reference in New Issue
Block a user