kopia lustrzana https://github.com/shoelace-style/shoelace
Fix types
rodzic
4be00e0cda
commit
e61db75263
src/utilities
|
@ -160,5 +160,5 @@ export interface PopoverOptions {
|
|||
visibleClass?: string;
|
||||
onAfterShow?: () => any;
|
||||
onAfterHide?: () => any;
|
||||
onTransitionEnd?: () => any;
|
||||
onTransitionEnd?: (event: TransitionEvent) => any;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue