mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-02 13:00:18 -05:00
chore: export types (#25714)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user