Skip to content

Commit

Permalink
bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Jan 25, 2025
1 parent f46e0bb commit 8f1dad4
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 34 deletions.
88 changes: 56 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 @@ -5,7 +5,7 @@ declare global {
}

type UpdateCallback = undefined | (() => void | Promise<void>);
type StartViewTransitionParameter = { types?: string[]; update?: UpdateCallback };
type StartViewTransitionParameter = { types?: string[] | Set<string>; update?: UpdateCallback; };

interface Document {
startViewTransition(param?: StartViewTransitionParameter | UpdateCallback): ViewTransition;
Expand Down Expand Up @@ -40,4 +40,4 @@ declare global {
activation: NavigationActivation;
}
}
export {};
export { };

0 comments on commit 8f1dad4

Please sign in to comment.