mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Fix types
This commit is contained in:
@@ -160,5 +160,5 @@ export interface PopoverOptions {
|
||||
visibleClass?: string;
|
||||
onAfterShow?: () => any;
|
||||
onAfterHide?: () => any;
|
||||
onTransitionEnd?: () => any;
|
||||
onTransitionEnd?: (event: TransitionEvent) => any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user