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.

5 lines (4 loc) 157 B
import { PostThread } from "../api/index.js"; export declare const CommentSection: ({ thread }: { thread: PostThread; }) => import("react").JSX.Element;