Skip to content

Commit 297b647

Browse files
committed
fix(dts): JsxSpreadAttribute - remove name from types
1 parent 33eac28 commit 297b647

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3258,7 +3258,6 @@ export type JsxAttributeValue =
32583258

32593259
export interface JsxSpreadAttribute extends ObjectLiteralElement {
32603260
readonly kind: SyntaxKind.JsxSpreadAttribute;
3261-
readonly name: PropertyName;
32623261
readonly parent: JsxAttributes;
32633262
readonly expression: Expression;
32643263
}

0 commit comments

Comments
 (0)