Skip to content

Commit 20334d7

Browse files
committed
feat: export UserEvent type (#1085)
1 parent a809bd3 commit 20334d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export {userEvent as default} from './setup'
2+
export type {UserEvent} from './setup/setup'
23
export type {keyboardKey} from './system/keyboard'
34
export type {pointerKey} from './system/pointer'
45
export {PointerEventsCheckLevel, type Options} from './options'

0 commit comments

Comments
 (0)