Skip to content

Commit 924b805

Browse files
committed
fix: declare react module for augmentation
1 parent 287f581 commit 924b805

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: frontend/elements/src/declarations.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ declare module "*.sass";
44
interface Window {
55
_hankoStyle: HTMLStyleElement;
66
}
7+
8+
declare module "react"

0 commit comments

Comments
 (0)