Skip to content

Commit 4d36e7e

Browse files
⚠️ Resolve TS warning
1 parent 5ccf6a2 commit 4d36e7e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/with-target-value.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
import { EventHandler } from './index.d';
2-
31
export type WithTargetValue = (value: string | undefined, event: KeyboardEvent | InputEvent | any) => void;
42

53

6-
7-
84
/**
95
* Accepts a function, who's first argument is event.target.value (if exists),
106
* followed by the full event object.

0 commit comments

Comments
 (0)