mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-17 12:19:32 -05:00
Add kind to JsxAttributes.
This commit is contained in:
@@ -1882,6 +1882,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
export interface JsxAttributes extends ObjectLiteralExpressionBase<JsxAttributeLike> {
|
||||
kind: SyntaxKind.JsxAttributes;
|
||||
parent: JsxOpeningLikeElement;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user