chore(): fix framworkdelegate type

This commit is contained in:
Liam DeBeasi
2023-03-01 11:30:18 -05:00
parent 044ed14f4b
commit ae8c57ead6
2 changed files with 14 additions and 11 deletions

View File

@ -3,8 +3,9 @@ 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, OverlayEventDetail, OverlayInterface } from '../../interface';
import type { AnimationBuilder, Color, CssClassMap, OverlayInterface } from '../../interface';
import { printIonWarning } from '../../utils/logging';
import type { FrameworkDelegate } from '../../utils/overlays';
import {
createDelegateController,
createTriggerController,