Skip to content

Commit

Permalink
revert: "fix types under node16 moduleResolution" #441 #464
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 9, 2023
1 parent 511e855 commit 9268f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ export interface Hotkeys {
}
// https://github.com/eiriklv/react-masonry-component/issues/57
declare var hotkeys: Hotkeys;
export = hotkeys;
export default hotkeys;

0 comments on commit 9268f8d

Please sign in to comment.