Skip to content

Commit e9c5d34

Browse files
committed
alias RenderResult to RenderAPI
1 parent b046b50 commit e9c5d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pure.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { renderHook } from './renderHook';
1010
import { screen } from './screen';
1111

1212
export type { RenderResult };
13+
export type RenderAPI = RenderResult;
1314

1415
export { act };
1516
export { cleanup };
@@ -21,4 +22,3 @@ export { within, getQueriesForElement };
2122
export { getDefaultNormalizer };
2223
export { renderHook };
2324
export { screen };
24-
export type RenderAPI = ReturnType<typeof render>;

0 commit comments

Comments
 (0)