MCPcopy
hub / github.com/graphif/project-graph / cn

Function cn

app/src/utils/cn.tsx:9–11  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

7 * @returns
8 */
9export const cn = (...inputs: ClassValue[]) => {
10 return twMerge(clsx(inputs));
11};

Callers 15

ProjectTabs.tsxFile · 0.90
DropWindowCoverFunction · 0.90
AppFunction · 0.90
RenderSubWindowsFunction · 0.90
WelcomePageFunction · 0.90
ThemeModeSwitchFunction · 0.90
ToolbarContentFunction · 0.90
DrawingColorLineFunction · 0.90
EnumQuickSettingControlFunction · 0.90
QuickSettingButtonFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected