Skip to content

Commit f63226e

Browse files
committed
fix(types): remove unreferenced type
1 parent 1d5717b commit f63226e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

typings/index.d.ts

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ export type HookResult<TResult> = {
2525
unmount: () => boolean
2626
}
2727

28-
type WrapperComponent = React.FunctionComponent
29-
3028
export interface RenderOptions<Q extends Queries = typeof queries> {
3129
container?: HTMLElement
3230
baseElement?: HTMLElement

0 commit comments

Comments
 (0)