We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489bdc3 commit fcb8f9dCopy full SHA for fcb8f9d
src/theming/themes.d.ts
@@ -2,4 +2,4 @@ import type { CustomTheme, Theme } from "../index"
2
3
declare const themes: Record<`${Theme}`, CustomTheme[string]>
4
5
-export default themes
+export = themes
0 commit comments