chore(): fix ToastButton import

This commit is contained in:
Liam DeBeasi
2023-03-01 11:26:50 -05:00
parent 708ccbf808
commit 044ed14f4b
2 changed files with 5 additions and 12 deletions

View File

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