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) 242 B
import { CommentProps } from "../../types"; export default function Comment({ comment, onLike, onDelete, onLikeReply, onDeleteReply, onToggleReplies, onToggleReplyInput, onPostReply, }: CommentProps): import("react/jsx-runtime").JSX.Element;