Skip to content

Commit 20601bc

Browse files
committed
add type export back
1 parent 0cf8f41 commit 20601bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/pure.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ export type {SnapshotStream} from './renderHookToSnapshotStream.js'
1919

2020
export type {Assertable} from './assertable.js'
2121

22-
export {cleanup} from './renderWithoutAct.js'
22+
export {
23+
cleanup,
24+
type RenderWithoutActAsync as AsyncRenderFn,
25+
} from './renderWithoutAct.js'
2326
export {
2427
disableActEnvironment,
2528
type DisableActEnvironmentOptions,

0 commit comments

Comments
 (0)