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) 111 B
export interface SpinnerProps { containerStyle?: string; size: "Small" | "Medium" | "Large" | undefined; }