# globalContexts

**Kind:** Constant

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

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

## Definition

```ts
Context<unknown>[]
```

## Value

```ts
[]
```

## Used by

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

### Imported by (3)

- `Props` — `src/jsx/base.ts`:27
- `createContextProviderFunction` — `src/jsx/dom/context.ts`:7
- `HasRenderToDom` — `src/jsx/dom/render.ts`:30
