Skip to content

Commit 1a9bc2c

Browse files
authored
chore: export types (#25714)
1 parent 2be8ae4 commit 1a9bc2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

npm/react18/src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
} from '@cypress/react'
99
import type {
1010
MountOptions,
11+
MountReturn,
1112
InternalMountOptions,
1213
UnmountArgs,
1314
} from '@cypress/react'
@@ -83,3 +84,8 @@ export function unmount (options: UnmountArgs = { log: true }) {
8384
export {
8485
getContainerEl,
8586
}
87+
88+
export type {
89+
MountOptions,
90+
MountReturn,
91+
}

0 commit comments

Comments
 (0)