fix(toast): add swipeGesture to ToastOptions (#28518)

This commit is contained in:
Liam DeBeasi
2023-11-22 11:46:38 -05:00
committed by GitHub
parent 30c21aab3e
commit 4ad6df67f0

View File

@ -9,6 +9,7 @@ export interface ToastOptions {
buttons?: (ToastButton | string)[];
position?: 'top' | 'bottom' | 'middle';
positionAnchor?: HTMLElement | string;
swipeGesture?: ToastSwipeGestureDirection;
translucent?: boolean;
animated?: boolean;
icon?: string;