Skip to content

Commit

Permalink
add type export back
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Dec 2, 2024
1 parent 0cf8f41 commit 20601bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ export type {SnapshotStream} from './renderHookToSnapshotStream.js'

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

export {cleanup} from './renderWithoutAct.js'
export {
cleanup,
type RenderWithoutActAsync as AsyncRenderFn,
} from './renderWithoutAct.js'
export {
disableActEnvironment,
type DisableActEnvironmentOptions,
Expand Down

0 comments on commit 20601bc

Please sign in to comment.