Skip to content

Commit cb127d5

Browse files
author
iacore
committed
Fix uhtml/ssr @type
1 parent c2f6ba7 commit cb127d5

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)