UNPKG

react-bluesky-embed

Version:

React Bluesky Embed allows you to embed post threads, profiles, and comments in your React application when using Next.js, Create React App, Vite, and more.

7 lines (6 loc) 276 B
import { AppBskyFeedDefs } from "@atproto/api"; export declare function Embed({ content, labels, hideRecord, }: { content: AppBskyFeedDefs.PostView["embed"]; labels: AppBskyFeedDefs.PostView["labels"]; hideRecord?: boolean; }): import("react").JSX.Element | null;