# HastChild

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/Viewer/blockNesting.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Viewer/blockNesting.ts#L36)

Minimal shape of the hast nodes react-markdown hands to a component.

## Properties

| Property | Type |
|---|---|
| `type` | `string` |
| `tagName` | `string` |
| `value` | `string` |
| `properties` | `Record<string, unknown>` |
