MCPcopy
hub / github.com/THU-MAIC/OpenMAIC / cn

Function cn

lib/utils/cn.ts:4–6  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

2import { twMerge } from 'tailwind-merge';
3
4export function cn(...inputs: ClassValue[]) {
5 return twMerge(clsx(inputs));
6}

Callers 15

UserProfileCardFunction · 0.90
LanguageSwitcherFunction · 0.90
CanvasAreaFunction · 0.90
canvas-toolbar.tsxFile · 0.90
CanvasToolbarFunction · 0.90
MediaPopoverFunction · 0.90
TabPanelFunction · 0.90
GroupedSelectFunction · 0.90
OutlinesEditorFunction · 0.90
SceneRowFunction · 0.90
TypePillFunction · 0.90
DeleteSceneButtonFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected