# @askrjs/ui/overlay-host

> Published API exports for @askrjs/ui/overlay-host.

Source: [https://askrjs.com/docs/reference/api/ui/overlay-host](https://askrjs.com/docs/reference/api/ui/overlay-host)

Status: stable. Packages: @askrjs/ui/overlay-host.

**Published packages are authoritative.** Examples may lag behind a published contract. When guidance differs, verify the exports and TypeScript declarations in your installed package, then file an issue.

## Exports

This entrypoint publishes 2 exports from the declarations shipped by @askrjs/ui.

### `OverlayHost`

```ts
OverlayHost: (props: OverlayHostProps) => JSX.Element
```

### `OverlayHostProps`

```ts
OverlayHostProps: {
  children?: unknown;
}
```

- `children`: children?: unknown;

## Documentation navigation

[Previous](https://askrjs.com/docs/reference/api/ui/menubar/index.md) | [Next](https://askrjs.com/docs/reference/api/ui/popover/index.md)
