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.

6 lines (5 loc) 160 B
interface TimeStampProps { time: string; } export default function TimeStamp({ time }: TimeStampProps): import("react/jsx-runtime").JSX.Element; export {};