UNPKG

create-nova-vite-template

Version:

This is a dashboard template built with React and Vite. It provides a modern and responsive user interface for building web applications.

7 lines (6 loc) 124 B
export interface NotificationItemProps { message: string; productName: string; imageSrc: string; isLast: boolean; }