feat(Popup): add close-icon-position prop (#4507)
This commit is contained in:
Vendored
+1
-1
@@ -16,7 +16,7 @@ export type DialogOptions = {
|
||||
showConfirmButton?: boolean;
|
||||
showCancelButton?: boolean;
|
||||
closeOnClickOverlay?: boolean;
|
||||
getContainer?: string | (() => HTMLElement);
|
||||
getContainer?: string | (() => Element);
|
||||
beforeClose?: (action: DialogAction, done: DialogDone) => void;
|
||||
};
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -16,7 +16,7 @@ export type ToastOptions = {
|
||||
closeOnClick?: boolean;
|
||||
loadingType?: string;
|
||||
message?: ToastMessage;
|
||||
getContainer?: string | (() => HTMLElement);
|
||||
getContainer?: string | (() => Element);
|
||||
};
|
||||
|
||||
export interface VanToast extends Vue, VanPopupMixin {
|
||||
|
||||
Reference in New Issue
Block a user