chore(): update stencil + fix lint errors

This commit is contained in:
Manu Mtz.-Almeida
2018-10-02 17:54:32 +02:00
parent 5560dcd713
commit 2f9aaa2e0c
3 changed files with 4 additions and 5 deletions

View File

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