refactor(): minor updates for next stencil version (#20787)

This commit is contained in:
Manu MA
2020-03-24 16:59:07 +01:00
committed by Liam DeBeasi
parent 71f118201b
commit 5a20f84aa4
38 changed files with 6825 additions and 6862 deletions

View File

@ -1,7 +1,6 @@
import { EventEmitter } from '@stencil/core';
import { HTMLStencilElement } from '@stencil/core/internal';
import { AnimationBuilder, Mode } from '../interface';
import { AnimationBuilder, HTMLStencilElement } from '../interface';
export interface OverlayEventDetail<T = any> {
data?: T;
@ -9,7 +8,6 @@ export interface OverlayEventDetail<T = any> {
}
export interface OverlayInterface {
mode: Mode;
el: HTMLElement;
animated: boolean;
keyboardClose: boolean;