mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
[new feature] ImagePreview: add className prop (#2433)
This commit is contained in:
2
types/dialog.d.ts
vendored
2
types/dialog.d.ts
vendored
@@ -5,7 +5,7 @@ export type DialogOptions = {
|
||||
title?: string;
|
||||
message?: string;
|
||||
overlay?: boolean;
|
||||
className?: string;
|
||||
className?: any;
|
||||
lockScroll?: boolean;
|
||||
messageAlign?: string;
|
||||
confirmButtonText?: string;
|
||||
|
Reference in New Issue
Block a user