mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
chore: sync
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { doc } from '@utils/browser';
|
||||
import type { BackButtonEvent } from '@utils/hardware-back-button';
|
||||
|
||||
import { config } from '../global/config';
|
||||
import { getIonMode } from '../global/ionic-global';
|
||||
@ -7,7 +8,6 @@ import type {
|
||||
AlertOptions,
|
||||
Animation,
|
||||
AnimationBuilder,
|
||||
BackButtonEvent,
|
||||
FrameworkDelegate,
|
||||
HTMLIonOverlayElement,
|
||||
IonicConfig,
|
||||
@ -697,6 +697,7 @@ export const safeCall = (handler: any, arg?: any) => {
|
||||
|
||||
export const BACKDROP = 'backdrop';
|
||||
export const GESTURE = 'gesture';
|
||||
export const OVERLAY_GESTURE_PRIORITY = 39;
|
||||
|
||||
/**
|
||||
* Creates a delegate controller.
|
||||
|
Reference in New Issue
Block a user