# SceneDocTypes

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/NewProjectWizard/scenes/SceneDocTypes.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/NewProjectWizard/scenes/SceneDocTypes.tsx#L55)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `state` | `WizardState` | ✓ | - |
| `onUpdate` | `Function` | ✓ | - |
| `onGenerate` | `Function` | ✓ | - |
| `onBack` | `Function` | ✓ | - |
| `generating` | `boolean` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SceneDocTypes_1eacf889["SceneDocTypes"]
    class component_SceneDocTypes_1eacf889 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- RENDERS → `motion-button`
