Skip to content

Commit b050d3f

Browse files
committed
fix
1 parent 5cdd887 commit b050d3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17702,6 +17702,8 @@ type UvmEntry = number[];
1770217702
type VibratePattern = number | number[];
1770317703
type WindowProxy = Window;
1770417704
type XMLHttpRequestBodyInit = Blob | BufferSource | FormData | URLSearchParams | string;
17705+
type AlignSetting = "center" | "end" | "left" | "right" | "start";
17706+
type AnimationPlayState = "finished" | "idle" | "paused" | "running";
1770517707
type AnimationReplaceState = "active" | "persisted" | "removed";
1770617708
type AppendMode = "segments" | "sequence";
1770717709
type AttestationConveyancePreference = "direct" | "enterprise" | "indirect" | "none";

0 commit comments

Comments
 (0)