We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6737e2 commit 797d0f0Copy full SHA for 797d0f0
src/index.ts
@@ -1,6 +1,6 @@
1
import { ClientHint, ClientHintsValue } from './utils.js'
2
3
-export type { ClientHint }
+export type { ClientHint, ClientHintsValue }
4
5
export function getHintUtils<Hints extends Record<string, ClientHint<any>>>(
6
hints: Hints,
0 commit comments