Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2
import
{ twMerge } from
'tailwind-merge'
;
3
4
export
function
cn(...inputs: ClassValue[]) {
5
return
twMerge(clsx(inputs));
6
}
Callers
15
UserProfileCard
Function · 0.90
LanguageSwitcher
Function · 0.90
CanvasArea
Function · 0.90
canvas-toolbar.tsx
File · 0.90
CanvasToolbar
Function · 0.90
MediaPopover
Function · 0.90
TabPanel
Function · 0.90
GroupedSelect
Function · 0.90
OutlinesEditor
Function · 0.90
SceneRow
Function · 0.90
TypePill
Function · 0.90
DeleteSceneButton
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected