Skip to content

Commit

Permalink
fix(dts): JsxSpreadAttribute - remove name from types
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 10, 2023
1 parent 33eac28 commit 297b647
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3258,7 +3258,6 @@ export type JsxAttributeValue =

export interface JsxSpreadAttribute extends ObjectLiteralElement {
readonly kind: SyntaxKind.JsxSpreadAttribute;
readonly name: PropertyName;
readonly parent: JsxAttributes;
readonly expression: Expression;
}
Expand Down

0 comments on commit 297b647

Please sign in to comment.