perf(virtual-scroll): scroll events

This commit is contained in:
Manu Mtz.-Almeida
2018-02-09 18:14:06 +01:00
parent 9226684826
commit 3d5abffdd6
7 changed files with 36 additions and 74 deletions

View File

@ -759,9 +759,6 @@ declare global {
namespace JSXElements {
export interface IonContentAttributes extends HTMLAttributes {
fullscreen?: boolean;
ionScroll?: Function;
ionScrollEnd?: Function;
ionScrollStart?: Function;
}
}
}
@ -2530,10 +2527,10 @@ declare global {
}
namespace JSXElements {
export interface IonScrollAttributes extends HTMLAttributes {
disabled?: boolean;
onionScroll?: ScrollCallback;
onionScrollEnd?: ScrollCallback;
onionScrollStart?: ScrollCallback;
scrollEvents?: boolean;
}
}
}