UNPKG

keep-vue

Version:

Keep Vue is an open-source component library built on top of Vue3 and Tailwind CSS. It offers a collection of pre-designed UI components and styles that you can easily integrate into your web applications.

4 lines (3 loc) 108 B
import { type ClassValue } from "clsx"; declare const cn: (...args: ClassValue[]) => string; export { cn };