mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore: add void return value for some callback signatures (#9967)
This commit is contained in:
committed by
Brandy Carney
parent
391cd70879
commit
7906e90ae0
@@ -414,7 +414,7 @@ export class Content extends Ion implements OnDestroy, OnInit {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
onScrollElementTransitionEnd(callback: {(ev: TransitionEvent)}) {
|
||||
onScrollElementTransitionEnd(callback: {(ev: TransitionEvent): void}) {
|
||||
this._plt.transitionEnd(this._scrollEle, callback);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user