We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2c6a47 + f87c47b commit 841249bCopy full SHA for 841249b
src/index.d.ts
@@ -1 +1,5 @@
1
-export default function linkState(component: any, key: string, eventPath?: string): (e) => void;
+export default function linkState(
2
+ component: any,
3
+ key: string,
4
+ eventPath?: string,
5
+): <TEvent extends Event = Event>(e: TEvent) => void;
0 commit comments