Skip to content

Commit cd5b642

Browse files
committed
Fix CJS types
1 parent 5fac07b commit cd5b642

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
@@ -17,4 +17,4 @@ declare const mixins: PluginCreator<{
1717
silent?: boolean
1818
}>
1919

20-
export default mixins
20+
export = mixins

0 commit comments

Comments
 (0)