Skip to content

Commit 1d1b132

Browse files
Merge pull request #152 from iacore/patch-6
Fix uhtml/ssr @type
2 parents c2f6ba7 + cb127d5 commit 1d1b132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rollup/ssr.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Comment.prototype.toString = function toString() {
2929
}
3030
};
3131
32-
/** @type {(content?: string, mimeType?: string) => import("./keyed.js")} */
32+
/** @type { (content?: string, mimeType?: string) => import("./keyed.js") & { document: Document } } */
3333
export default (content, mimeType) => ${
3434
// tested via integration
3535
fixExports(

0 commit comments

Comments
 (0)