feat(Toast): add closeOnClick option (#4192)
This commit is contained in:
Vendored
+1
@@ -13,6 +13,7 @@ export type ToastOptions = {
|
||||
onClose?(): void;
|
||||
onOpened?(): void;
|
||||
forbidClick?: boolean;
|
||||
closeOnClick?: boolean;
|
||||
loadingType?: string;
|
||||
message?: ToastMessage;
|
||||
getContainer?: string | (() => HTMLElement);
|
||||
|
||||
Reference in New Issue
Block a user