Skip to content

Commit 9268f8d

Browse files
committed
revert: "fix types under node16 moduleResolution" #441 #464
1 parent 511e855 commit 9268f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ export interface Hotkeys {
178178
}
179179
// https://github.com/eiriklv/react-masonry-component/issues/57
180180
declare var hotkeys: Hotkeys;
181-
export = hotkeys;
181+
export default hotkeys;

0 commit comments

Comments
 (0)