diff --git a/src/browser.ts b/src/browser.ts index 6f148fee..957f0411 100644 --- a/src/browser.ts +++ b/src/browser.ts @@ -21,7 +21,7 @@ export const browser: AugmentedBrowser = originalBrowser; // re-export all the types from webextension-polyfill // Because webextension-polyfill uses a weird namespace with "import export", there isn't a good way // to get these types without re-listing them. -export { +export type { ActivityLog, Alarms, Bookmarks,