mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(): update stencil + fix lint errors
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { EventEmitter } from '@stencil/core';
|
||||
|
||||
import { ActionSheetOptions, AlertOptions, Animation, AnimationBuilder, Config, Conforms, LoadingOptions, ModalOptions, Mode, PickerOptions, PopoverOptions, ToastOptions } from '../interface';
|
||||
import { Animation, AnimationBuilder, Config, Mode } from '../interface';
|
||||
|
||||
export interface OverlayEventDetail<T = any> {
|
||||
data?: T;
|
||||
|
Reference in New Issue
Block a user