We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144796e commit 1c0fc79Copy full SHA for 1c0fc79
src/pure.ts
@@ -19,6 +19,7 @@ export type {
19
RenderOptions,
20
RenderResult,
21
RenderResult as RenderAPI,
22
+ DebugFunction,
23
} from './render';
24
export type { RenderHookOptions, RenderHookResult } from './renderHook';
25
export type { Config } from './config';
src/render.tsx
@@ -136,7 +136,7 @@ function updateWithAct(
136
};
137
}
138
139
-interface DebugFunction {
+export interface DebugFunction {
140
(options?: DebugOptions | string): void;
141
shallow: (message?: string) => void;
142
0 commit comments