UNPKG

@upv/react-ui-core

Version:

**USHI Design System — Modern UI Component Library**

12 lines (11 loc) 259 B
import React from "react"; interface ActivityFeedItemProps { user?: { name: string; avatarUrl?: string; }; action: string; timestamp: string; } export declare const ActivityFeedItem: React.FC<ActivityFeedItemProps>; export {};