UNPKG

@ionic/react

Version:
8 lines (7 loc) 384 B
import type { OverlayEventDetail } from '@ionic/core/components'; export interface HookOverlayOptions { onDidDismiss?: (event: CustomEvent<OverlayEventDetail>) => void; onDidPresent?: (event: CustomEvent<OverlayEventDetail>) => void; onWillDismiss?: (event: CustomEvent<OverlayEventDetail>) => void; onWillPresent?: (event: CustomEvent<OverlayEventDetail>) => void; }