Skip to content

Commit a5a71a2

Browse files
committed
Fix types since we are using CJS
1 parent b3cf8e0 commit a5a71a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ declare const darkClass: PluginCreator<{
88
removeMedia?: boolean
99
}>
1010

11-
export default darkClass
11+
export = darkClass

0 commit comments

Comments
 (0)