MCPcopy
hub / github.com/buxuku/SmartSub / cn

Function cn

renderer/lib/utils.ts:8–10  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

6} from '../../types/downloadConfig';
7
8export function cn(...inputs: ClassValue[]) {
9 return twMerge(clsx(inputs));
10}
11
12export interface ModelInfo {
13 name: string;

Callers 15

EmptyStateFunction · 0.90
HelpHintFunction · 0.90
renderInputFunction · 0.90
DynamicParameterInputFunction · 0.90
NavItemFunction · 0.90
LayoutFunction · 0.90
PageHeaderFunction · 0.90
ValueEditorFunction · 0.90
ParameterKvTableFunction · 0.90
TaskControlsFunction · 0.90
SectionHeaderFunction · 0.90
ActivityCenterFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected