# getLayout

**Kind:** Function

**Source:** [`atloria-monorepo/libs/pme-core/src/tools/layouts/registry.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/pme-core/src/tools/layouts/registry.ts#L36)

Get a layout renderer. Falls back to the first registered
layout (the default) if the key is not found.

## Signature

```ts
function getLayout(sectionType: string, layoutKey: string): SectionRenderer | undefined
```

## Parameters

| Name | Type |
|---|---|
| `sectionType` | `string` |
| `layoutKey` | `string` |

**Returns:** `SectionRenderer | undefined`
