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 f58dfa1 commit fa97e70Copy full SHA for fa97e70
typings/index.d.ts
@@ -41,7 +41,7 @@ interface GetsAndQueries {
41
getAllByAltText: BoundFunction<AllByAttribute>
42
}
43
44
-interface RenderResult extends GetsAndQueries {
+export interface RenderResult extends GetsAndQueries {
45
container: HTMLDivElement
46
debug: () => void
47
rerender: (ui: React.ReactElement<any>) => void
0 commit comments