@forge/react

11.17.011.17.0-experimental-04cc2b9
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';
-declare type Theme = FullContext['theme'];
+type Theme = FullContext['theme'];
 export declare const useTheme: () => Theme | null;
 export {};
 //# sourceMappingURL=useTheme.d.ts.map
\ No newline at end of file