# extractRenderedComponents

**Kind:** Function

**Source:** [`atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/frontend-parser/src/utils/ast-helpers.ts#L352)

Extract rendered child components (JSX elements that start with uppercase)

## Signature

```ts
function extractRenderedComponents(path: NodePath): string[]
```

## Parameters

| Name | Type |
|---|---|
| `path` | `NodePath` |

**Returns:** `string[]`
