Skip to content

Commit 497d6a4

Browse files
global var
1 parent be13c5c commit 497d6a4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@ export * from './utils'
55
// Adds @kitajs/html's Html globally.
66
export * from '@kitajs/html/register'
77
export { Html } from '@kitajs/html'
8-
9-
declare global {
10-
/** The html factory namespace. */
11-
var Html: typeof import('./index')
12-
}

0 commit comments

Comments
 (0)