mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
chore(): fix ToastButton import
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user