Kind: Function
Source: atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts
Extract rendered child components (JSX elements that start with uppercase)
Signature
tsfunction extractRenderedComponents(path: NodePath): string[]
Parameters
| Name | Type |
|---|---|
path | NodePath |
Returns: string[]
Was this page helpful?