fix(themeable-browser):update option type (#4306)

change ThemeableBrowserOptions.fullscreen type

https://github.com/initialxy/cordova-plugin-themeablebrowser/blob/master/src/android/ThemeableBrowser.java#L1406
This commit is contained in:
shadowwind 2022-10-09 22:41:12 +08:00 committed by GitHub
parent ca7ab1569b
commit a7419022fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ export interface ThemeableBrowserOptions {
presentationstyle?: string;
transitionstyle?: string;
toolbarposition?: string;
fullscreen?: string;
fullscreen?: boolean;
}
/**