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 c662a59 commit 82d8024Copy full SHA for 82d8024
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