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) 414 B
export declare const RepostIcon: (props: React.SVGProps<SVGSVGElement>) => import("react").JSX.Element; export declare const BlueskyLogo: (props: React.SVGProps<SVGSVGElement>) => import("react").JSX.Element; export declare const ReplyIcon: (props: React.SVGProps<SVGSVGElement>) => import("react").JSX.Element; export declare const LikeIcon: (props: React.SVGProps<SVGSVGElement>) => import("react").JSX.Element;