Home > ts-morph-structures > JsxStructureImpls
Signature:
export type JsxStructureImpls =
| JsxAttributeImpl
| JsxElementImpl
| JsxSelfClosingElementImpl
| JsxSpreadAttributeImpl;
References: JsxAttributeImpl, JsxElementImpl, JsxSelfClosingElementImpl, JsxSpreadAttributeImpl