@forge/react
11.17.0-experimental-04cc2b911.18.0-next.0
out/hooks/useTheme.d.ts~
out/hooks/useTheme.d.tsModified+1−1
Index: package/out/hooks/useTheme.d.ts
===================================================================
--- package/out/hooks/useTheme.d.ts
+++ package/out/hooks/useTheme.d.ts
@@ -1,5 +1,5 @@
import { type FullContext } from '@forge/bridge';
-type Theme = FullContext['theme'];
+declare type Theme = FullContext['theme'];
export declare const useTheme: () => Theme | null;
export {};
//# sourceMappingURL=useTheme.d.ts.map
\ No newline at end of file