mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
fix(dts): JsxSpreadAttribute - remove name from types (#54599)
This commit is contained in:
@@ -3259,7 +3259,6 @@ export type JsxAttributeValue =
|
||||
|
||||
export interface JsxSpreadAttribute extends ObjectLiteralElement {
|
||||
readonly kind: SyntaxKind.JsxSpreadAttribute;
|
||||
readonly name: PropertyName;
|
||||
readonly parent: JsxAttributes;
|
||||
readonly expression: Expression;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user