style(popover): remove the Event interface type from ev

This commit is contained in:
Brandy Carney
2018-02-26 13:40:52 -05:00
parent 49b031869f
commit b400e19206
3 changed files with 5 additions and 8 deletions

View File

@ -32,9 +32,6 @@ import {
PickerButton,
PickerColumn as PickerColumn2,
} from './components/picker/picker';
import {
Event,
} from '@stencil/core';
import {
ScrollCallback,
} from './components/scroll/scroll';
@ -2268,7 +2265,7 @@ declare global {
delegate?: FrameworkDelegate;
enableBackdropDismiss?: boolean;
enterAnimation?: AnimationBuilder;
ev?: Event;
ev?: any;
leaveAnimation?: AnimationBuilder;
mode?: 'ios' | 'md';
overlayId?: number;