ts-morph-structures

Home > ts-morph-structures > JsxStructureImpls

JsxStructureImpls type

Signature:

export type JsxStructureImpls =
  | JsxAttributeImpl
  | JsxElementImpl
  | JsxSelfClosingElementImpl
  | JsxSpreadAttributeImpl;

References: JsxAttributeImpl, JsxElementImpl, JsxSelfClosingElementImpl, JsxSpreadAttributeImpl