UNPKG

107 BTypeScriptView Raw
1export interface InfiniteScrollCustomEvent extends CustomEvent {
2 target: HTMLIonInfiniteScrollElement;
3}