Skip to content

Commit

Permalink
feat: export UserEvent type (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajaco committed Mar 30, 2023
1 parent a809bd3 commit 20334d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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, type Options} from './options'

0 comments on commit 20334d7

Please sign in to comment.