mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-28 16:34:28 +00:00
* fix: adjust WebBrowser types See official types here: https://github.com/expo/expo/blob/master/packages/expo-web-browser/src/WebBrowser.ts Or here in the docs: https://docs.expo.io/versions/v32.0.0/sdk/webbrowser/ (e.g., not "dimissed" but "dimiss" instead) * fix: add tests * fix: update test * fix: change type to interface