(...inputs: ClassValue[])
| 3 | import { twMerge } from "tailwind-merge" |
| 4 | |
| 5 | export function cn(...inputs: ClassValue[]) { |
| 6 | return twMerge(clsx(inputs)) |
| 7 | } |
| 8 | |
| 9 | /** |
| 10 | * Close a tab when it is middle-clicked, matching the browser/editor |
no outgoing calls
no test coverage detected