chore: export types (#25714)

This commit is contained in:
Lachlan Miller
2023-02-07 18:02:17 +10:00
committed by GitHub
parent 2be8ae43b7
commit 1a9bc2c2bf
+6
View File
@@ -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,
}