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) 143 B
import { Theme } from "../utils"; export declare const PostThreadSkeleton: ({ theme }: { theme?: Theme; }) => import("react").JSX.Element;