feat(Dialog): add overlay-style prop (#4682)
This commit is contained in:
Vendored
+1
@@ -9,6 +9,7 @@ export type DialogOptions = {
|
||||
lockScroll?: boolean;
|
||||
transition?: string;
|
||||
messageAlign?: string;
|
||||
overlayStyle?: object;
|
||||
closeOnPopstate?: boolean;
|
||||
cancelButtonText?: string;
|
||||
cancelButtonColor?: string;
|
||||
|
||||
Reference in New Issue
Block a user