We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7be28f commit 9be9654Copy full SHA for 9be9654
test-dts/events.test-d.ts
@@ -1,4 +1,4 @@
1
-import { InputEvent, expectType } from './index'
+import { type InputEvent, expectType } from './index'
2
3
declare const inputEvent: InputEvent<HTMLInputElement>
4
expectType<string>(inputEvent.target.value)
0 commit comments