Skip to content

Commit 36f8445

Browse files
committed
🐛 Add type-annotations to exported ThemeProps
1 parent 2271072 commit 36f8445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@navikt/core/react/src/theme/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"use client";
2-
export { Theme, ThemeProps } from "./Theme";
2+
export { Theme, type ThemeProps } from "./Theme";

0 commit comments

Comments
 (0)