# ListsToggle

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `options` | `any` | - | [] |

## Diagram

```mermaid
graph TD
    component_ListsToggle_e13b1e1["ListsToggle"]
    class component_ListsToggle_e13b1e1 rootComponent
```

## Relationships

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