docs: Fix broken links
📼 VHS / Create VHS (push) Waiting to run

This commit is contained in:
Aaron
2025-03-21 17:20:21 -05:00
parent bad7572527
commit 763641c3fe
@@ -1,3 +1,5 @@
/** @module wxt/utils/content-script-ui/types */
export interface ContentScriptUi<TMounted> extends MountFunctions {
mounted: TMounted | undefined;
}