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.

8 lines (6 loc) 161 B
// import { TranslationKeyEnum } from "@/types/TranslationKeyEnum"; export interface StaticticsCardProps { label: string; value: string; icon?: string; }