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