Skip to content

Commit 13b9664

Browse files
authored
fix: incorrect type when required (#31)
1 parent 9cdc107 commit 13b9664

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

exports/index.d.cts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { ReactRefreshRspackPlugin, type PluginOptions } from '../dist/index.js';
1+
import { ReactRefreshRspackPlugin } from '../dist/index.js';
22

3-
export type { PluginOptions };
4-
export default ReactRefreshRspackPlugin;
3+
export = ReactRefreshRspackPlugin;

0 commit comments

Comments
 (0)