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) 192 B
import { CommentInputProps } from "../../types"; export default function CommentInput({ value, onChange, onSubmit, placeholder, }: CommentInputProps): import("react/jsx-runtime").JSX.Element;