Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Jan 3, 2024
1 parent da019ab commit 4d9dc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transition.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/// <reference path="global.d.ts" />

/**
* @param {import("./types-internal").ViewTransitionParams} transitionParams
* @param {import("./types-internal.js").ViewTransitionParams} transitionParams
* @param {"new-only" | "old-only" | "both"} phase
* @returns void
* */
Expand Down

0 comments on commit 4d9dc5f

Please sign in to comment.