Skip to content

Commit

Permalink
feat(types): Add additional type exports for UserEvent & Options (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajaco committed Sep 14, 2023
1 parent 7a305de commit da00e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
@@ -1,4 +1,5 @@
export {userEvent as default} from './setup'
export type {UserEvent} from './setup/setup'
export type {keyboardKey} from './system/keyboard'
export type {pointerKey} from './system/pointer'
export {PointerEventsCheckLevel} from './options'
export {PointerEventsCheckLevel, type Options} from './options'

0 comments on commit da00e8d

Please sign in to comment.