mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 06:10:56 +08:00
typings fix
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user