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.

4 lines (3 loc) 196 B
import type { PostThreadProps } from "./swr.js"; export type { PostThreadProps }; export declare const PostThread: ({ theme, fallback, ...props }: PostThreadProps) => import("react").JSX.Element;