# Props

**Kind:** Type

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

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

## Definition

```ts
Record<string, any>
```

## Relationships

- IMPORTS → `html`
- IMPORTS → `escapeToBuffer`
- IMPORTS → `resolveCallbackSync`
- IMPORTS → `stringBufferToString`
- IMPORTS → `DOM_RENDERER`
- IMPORTS → `DOM_MEMO`
- IMPORTS → `captureRenderContext`
- IMPORTS → `createContext`
- IMPORTS → `globalContexts`
- IMPORTS → `runWithRenderContext`
- IMPORTS → `useContext`
- IMPORTS → `domRenderers`
- IMPORTS → `title`
- IMPORTS → `isValidAttributeName`
- IMPORTS → `isValidTagName`
- IMPORTS → `normalizeIntrinsicElementKey`
- IMPORTS → `styleObjectForEach`
