mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 23:55:08 +00:00
feat(Dialog): add overlay-style prop (#4682)
This commit is contained in:
1
types/dialog.d.ts
vendored
1
types/dialog.d.ts
vendored
@@ -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