Skip to content

⬅️ Back to Table of Contents

📄 JSXChild.ts

📊 Analysis Summary

Metric Count
📦 Imports 4
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

📂 packages/ast-spec/src/unions/JSXChild.ts

📦 Imports

Name Source
JSXElement ../expression/JSXElement/spec
JSXFragment ../expression/JSXFragment/spec
JSXText ../jsx/JSXText/spec
JSXExpression ./JSXExpression

Type Aliases

JSXChild

type JSXChild = JSXElement | JSXExpression | JSXFragment | JSXText;