typings fix

This commit is contained in:
Martin Guillon
2021-02-08 10:04:09 +01:00
parent 5eba48c3c5
commit b582508f1e

View File

@ -359,7 +359,7 @@
constructor(context: android.content.Context);
}
export class VerticalScrollView extends android.widget.ScrollView {
export class VerticalScrollView extends androidx.core.widget.NestedScrollView {
constructor(context: android.content.Context);
public getScrollableLength(): number;
public getScrollEnabled(): boolean;