Skip to content

Commit fa97e70

Browse files
knalinneKent C. Dodds
authored and
Kent C. Dodds
committed
fix(TS): export RenderResult interface (#113)
1 parent f58dfa1 commit fa97e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ interface GetsAndQueries {
4141
getAllByAltText: BoundFunction<AllByAttribute>
4242
}
4343

44-
interface RenderResult extends GetsAndQueries {
44+
export interface RenderResult extends GetsAndQueries {
4545
container: HTMLDivElement
4646
debug: () => void
4747
rerender: (ui: React.ReactElement<any>) => void

0 commit comments

Comments
 (0)