# DiffSourceToggleWrapper

**Kind:** Component

**Source:** [`atloria-monorepo/packages/editor/src/plugins/toolbar/components/DiffSourceToggleWrapper.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/toolbar/components/DiffSourceToggleWrapper.tsx#L23)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `children` | `any` | ✓ | - |
| `SourceToolbar` | `any` | ✓ | - |
| `options` | `any` | - | [] |

## Diagram

```mermaid
graph TD
    component_DiffSourceToggleWrapper_24233a1["DiffSourceToggleWrapper"]
    class component_DiffSourceToggleWrapper_24233a1 rootComponent
```

## Relationships

- RENDERS → `SingleChoiceToggleGroup`
- USES_HOOK → `useCellValues`
- USES_HOOK → `usePublisher`
- USES_HOOK → `useTranslation`
