diff --git a/npm/react18/src/index.ts b/npm/react18/src/index.ts index 846a6d0941ea..4d5c3f6766df 100644 --- a/npm/react18/src/index.ts +++ b/npm/react18/src/index.ts @@ -8,6 +8,7 @@ import { } from '@cypress/react' import type { MountOptions, + MountReturn, InternalMountOptions, UnmountArgs, } from '@cypress/react' @@ -83,3 +84,8 @@ export function unmount (options: UnmountArgs = { log: true }) { export { getContainerEl, } + +export type { + MountOptions, + MountReturn, +}