Skip to content

Commit da00e8d

Browse files
authoredSep 14, 2023
feat(types): Add additional type exports for UserEvent & Options (#1112)
1 parent 7a305de commit da00e8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/index.ts

+2-1
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'
4-
export {PointerEventsCheckLevel} from './options'
5+
export {PointerEventsCheckLevel, type Options} from './options'

0 commit comments

Comments
 (0)
Please sign in to comment.