We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da00e8d commit 4019ceeCopy full SHA for 4019cee
src/index.ts
@@ -1,4 +1,7 @@
1
+// the default export is kept for backward compatibility only...
2
export {userEvent as default} from './setup'
3
+
4
+export {userEvent} from './setup'
5
export type {UserEvent} from './setup/setup'
6
export type {keyboardKey} from './system/keyboard'
7
export type {pointerKey} from './system/pointer'
0 commit comments