Skip to content

Commit fcb8f9d

Browse files
authored
fix: incorrect theme type declaration (#3097)
1 parent 489bdc3 commit fcb8f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theming/themes.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import type { CustomTheme, Theme } from "../index"
22

33
declare const themes: Record<`${Theme}`, CustomTheme[string]>
44

5-
export default themes
5+
export = themes

0 commit comments

Comments
 (0)