---
title: FrameContent
---

# FrameContent

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/ui/src/runtime/component.ts#L134" target="_blank">View Source</a>

## Summary

Content that can be rendered into a frame.

## Signature

```ts
type FrameContent = ReadableStream<Uint8Array> | string | RemixNode;

```