Skip to content

Commit

Permalink
extended types
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Dec 13, 2024
1 parent 84c87a8 commit 9c6902e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dom-view-transisions-level2.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ declare global {
}

interface NavigationActivation {
entry: NavigationEntry;
from: NavigationEntry;
entry: NavigationHistoryEntry;
from: NavigationHistoryEntry;
navigationType: string;
}
interface AnimationEffect {
Expand Down

0 comments on commit 9c6902e

Please sign in to comment.