Skip to content

Commit 9be9654

Browse files
[autofix.ci] apply automated fixes
1 parent b7be28f commit 9be9654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-dts/events.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { InputEvent, expectType } from './index'
1+
import { type InputEvent, expectType } from './index'
22

33
declare const inputEvent: InputEvent<HTMLInputElement>
44
expectType<string>(inputEvent.target.value)

0 commit comments

Comments
 (0)