chore(): fix frameworkdelegate import

This commit is contained in:
Liam DeBeasi
2023-03-01 11:35:13 -05:00
parent ae8c57ead6
commit dd4ada67e6
2 changed files with 3 additions and 6 deletions

View File

@ -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,