mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
chore(): fix frameworkdelegate import
This commit is contained in:
@ -3,9 +3,8 @@ import { Watch, Component, Element, Event, h, Host, Method, Prop } from '@stenci
|
||||
|
||||
import { config } from '../../global/config';
|
||||
import { getIonMode } from '../../global/ionic-global';
|
||||
import type { AnimationBuilder, Color, CssClassMap, OverlayInterface } from '../../interface';
|
||||
import type { AnimationBuilder, Color, CssClassMap, OverlayInterface, FrameworkDelegate } from '../../interface';
|
||||
import { printIonWarning } from '../../utils/logging';
|
||||
import type { FrameworkDelegate } from '../../utils/overlays';
|
||||
import {
|
||||
createDelegateController,
|
||||
createTriggerController,
|
||||
|
||||
Reference in New Issue
Block a user