We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad7572 commit 763641cCopy full SHA for 763641c
packages/wxt/src/utils/content-script-ui/types.ts
@@ -1,3 +1,5 @@
1
+/** @module wxt/utils/content-script-ui/types */
2
+
3
export interface ContentScriptUi<TMounted> extends MountFunctions {
4
mounted: TMounted | undefined;
5
}
0 commit comments