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.

6 lines (5 loc) 170 B
import { Theme } from "../utils"; export declare const PostThreadNotFound: ({ error, theme, }: { error?: string; theme: Theme; }) => import("react").JSX.Element;