docs: Fix module name for wxt/browser/chrome

This commit is contained in:
Aaron
2024-08-19 09:08:53 -05:00
parent cf8554718d
commit 751706d2ae
+3
View File
@@ -1,4 +1,7 @@
/// <reference types="chrome" />
/**
* @module wxt/browser/chrome
*/
import type { WxtRuntime, WxtI18n } from './index';
/**