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.
12 lines (11 loc) • 634 B
TypeScript
export declare function LikeIcon({ filled }: {
filled?: boolean;
}): import("react/jsx-runtime").JSX.Element;
export declare function ChevronIcon({ direction }: {
direction?: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function CommentIcon(): import("react/jsx-runtime").JSX.Element;
export declare function ShareIcon(): import("react/jsx-runtime").JSX.Element;
export declare function MoreOptionsIcon(): import("react/jsx-runtime").JSX.Element;
export declare function PublicIcon(): import("react/jsx-runtime").JSX.Element;
export declare function SendIcon(): import("react/jsx-runtime").JSX.Element;