# DOM_RENDERER

**Kind:** Constant

**Source:** [`src/jsx/constants.ts`](https://github.com/honojs/hono/blob/main/src/jsx/constants.ts#L1)

**Part of:** [Jsx](subsystem-src-jsx)

## Definition

```ts
Symbol('RENDERER')
```

## Value

```ts
Symbol('RENDERER')
```

## Used by

6 references from 6 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (6)

- `createCssContext` — `src/helper/css/index.ts`:72
- `Props` — `src/jsx/base.ts`:27
- `childrenToString` — `src/jsx/components.ts`:14
- `Context` — `src/jsx/context.ts`:8
- `HasRenderToDom` — `src/jsx/dom/render.ts`:30
- `StreamingContext` — `src/jsx/streaming.ts`:30
