Link bookmarking tool built on aproto (early alpha)
at main 186 B view raw
1import type { ClassValue } from "clsx"; 2import clsx from "clsx"; 3import { twMerge } from "tailwind-merge"; 4 5export const cn = (...classLists: ClassValue[]) => twMerge(clsx(classLists));