# formatCell

**Kind:** Function

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/preview-shape.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/preview-shape.ts#L206)

Render one value according to its type.

## Signature

```ts
function formatCell(value: any, type: CellType): Cell
```

## Parameters

| Name | Type |
|---|---|
| `value` | `any` |
| `type` | `CellType` |

**Returns:** `Cell`
