From cb127d5885e2affa3063002e03539304e5463ca5 Mon Sep 17 00:00:00 2001 From: iacore Date: Fri, 9 May 2025 05:56:21 +0000 Subject: [PATCH] Fix uhtml/ssr @type --- rollup/ssr.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup/ssr.cjs b/rollup/ssr.cjs index 10634d8..f573d08 100644 --- a/rollup/ssr.cjs +++ b/rollup/ssr.cjs @@ -29,7 +29,7 @@ Comment.prototype.toString = function toString() { } }; -/** @type {(content?: string, mimeType?: string) => import("./keyed.js")} */ +/** @type { (content?: string, mimeType?: string) => import("./keyed.js") & { document: Document } } */ export default (content, mimeType) => ${ // tested via integration fixExports(