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