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) 137 B
export interface OrderInfoProps { title: string; status: string; isMarked: boolean | undefined; isSeller: boolean | undefined; }