Skip to content

Commit 38843c2

Browse files
authored
Set eventPath to optional
1 parent cd945af commit 38843c2

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)