Skip to content

Commit 8127d08

Browse files
authored
Merge pull request #9 from whitetrefoil/whitetrefoil-patch-1
Set `eventPath` to optional
2 parents cd945af + 38843c2 commit 8127d08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default function linkState(component: any, key: string, eventPath: string): (e) => void;
1+
export default function linkState(component: any, key: string, eventPath?: string): (e) => void;

0 commit comments

Comments
 (0)