Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ interface Keyframe {
composite?: CompositeOperationOrAuto;
easing?: string;
offset?: number | null;
[property: string]: string | number | null | undefined;
[property: string]: string | number | null | undefined | CSSStyleValue;
}

interface KeyframeAnimationOptions extends KeyframeEffectOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10315,7 +10315,7 @@
<Str Cat="Text">
<Val><![CDATA[Object literal may only specify known properties, but '{0}' does not exist in type '{1}'. Did you mean to write '{2}'?]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[对象字面量只能指定已知的属性,但“{0}”中不存在类型“{1}”。是否要写入 {2}?]]></Val>
<Val><![CDATA[对象字面量只能指定已知属性,但”{0}”在类型”{1}”中不存在。您是否想写”{2}”?]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
Expand Down
Loading