MCPcopy Create free account
hub / github.com/StaticMania/keep-react / cn

Function cn

app/src/utils/cn.ts:154–156  ·  view source on GitHub ↗
(...args: ClassValue[])

Source from the content-addressed store, hash-verified

152})
153
154const cn = (...args: ClassValue[]) => {
155 return twMerge(clsx(args))
156}
157
158export { cn }

Callers 15

CodeHighlightFunction · 0.90
HeaderFunction · 0.90
index.tsxFile · 0.90
CommandShortcutFunction · 0.90
DatePickerFunction · 0.90
SelectContent.tsxFile · 0.90
SelectItem.tsxFile · 0.90
SelectAction.tsxFile · 0.90
SelectLabel.tsxFile · 0.90
SelectDivider.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected