UNPKG

react-newsfeed

Version:

A customizable social media post component for React applications that mimics popular social media feeds with features like likes, comments, and image galleries.

3 lines (2 loc) 155 B
import { ReplyProps } from "../../types"; export default function Reply({ reply, onLike, onDelete }: ReplyProps): import("react/jsx-runtime").JSX.Element;