chore: typing fixes

This commit is contained in:
Nathan Walker
2021-02-25 13:32:05 -08:00
parent 2c9f189c34
commit e1673a0af4
6 changed files with 148 additions and 146 deletions

View File

@@ -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).