File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -5451,7 +5451,6 @@ declare namespace ts {
54515451 type JsxAttributeValue = StringLiteral | JsxExpression | JsxElement | JsxSelfClosingElement | JsxFragment;
54525452 interface JsxSpreadAttribute extends ObjectLiteralElement {
54535453 readonly kind: SyntaxKind.JsxSpreadAttribute;
5454- readonly name: PropertyName;
54555454 readonly parent: JsxAttributes;
54565455 readonly expression: Expression;
54575456 }
Original file line number Diff line number Diff line change @@ -1398,7 +1398,6 @@ declare namespace ts {
13981398 type JsxAttributeValue = StringLiteral | JsxExpression | JsxElement | JsxSelfClosingElement | JsxFragment ;
13991399 interface JsxSpreadAttribute extends ObjectLiteralElement {
14001400 readonly kind : SyntaxKind . JsxSpreadAttribute ;
1401- readonly name : PropertyName ;
14021401 readonly parent : JsxAttributes ;
14031402 readonly expression : Expression ;
14041403 }
You can’t perform that action at this time.
0 commit comments