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.

4 lines (3 loc) 106 B
export default function getClassNames(classNames: Array<string> = []) { return classNames?.join(" "); }