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.

5 lines (4 loc) 75 B
export interface DateTimeDisplayProps { date: string; time?: string; }