Fix types

This commit is contained in:
Cory LaViska
2020-10-13 08:52:09 -04:00
parent 4be00e0cda
commit e61db75263

View File

@@ -160,5 +160,5 @@ export interface PopoverOptions {
visibleClass?: string;
onAfterShow?: () => any;
onAfterHide?: () => any;
onTransitionEnd?: () => any;
onTransitionEnd?: (event: TransitionEvent) => any;
}