UNPKG

@upv/react-ui-core

Version:

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

10 lines (9 loc) 234 B
import React from "react"; interface NotificationItemProps { message: string; timeAgo: string; read?: boolean; onClick?: () => void; } export declare const NotificationItem: React.FC<NotificationItemProps>; export {};