We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5717b commit f63226eCopy full SHA for f63226e
typings/index.d.ts
@@ -25,8 +25,6 @@ export type HookResult<TResult> = {
25
unmount: () => boolean
26
}
27
28
-type WrapperComponent = React.FunctionComponent
29
-
30
export interface RenderOptions<Q extends Queries = typeof queries> {
31
container?: HTMLElement
32
baseElement?: HTMLElement
0 commit comments