Skip to content

Commit 188d5c0

Browse files
committed
fixes #3
- issue happened because type were not generated
1 parent 68e2f70 commit 188d5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ const reactUseClientPlugIn: Plugin = {
2020
},
2121
};
2222

23-
module.exports = reactUseClientPlugIn;
23+
export = reactUseClientPlugIn;

0 commit comments

Comments
 (0)