mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: typing fixes
This commit is contained in:
2
packages/core/ui/page/index.d.ts
vendored
2
packages/core/ui/page/index.d.ts
vendored
@@ -96,7 +96,7 @@ export declare class Page extends PageBase {
|
||||
/**
|
||||
* Should page changed be annnounced to the screen reader.
|
||||
*/
|
||||
public accessibilityAnnouncePageEnabled = true;
|
||||
public accessibilityAnnouncePageEnabled: boolean;
|
||||
|
||||
/**
|
||||
* A basic method signature to hook an event listener (shortcut alias to the addEventListener method).
|
||||
|
||||
Reference in New Issue
Block a user