MCPcopy Create free account
hub / github.com/outerbase/studio / cn

Function cn

src/lib/utils.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}
7export interface ApiErrorResponse {
8 message: string;
9 detailedMessage?: string;

Callers 15

base-node.tsxFile · 0.90
ButtonGroupItemFunction · 0.90
SelectableTableFunction · 0.90
base-handle.tsxFile · 0.90
FileHandlerPickerFunction · 0.90
SidebarMenuItemFunction · 0.90
ChartSeriesComboboxFunction · 0.90
ChartFunction · 0.90
DocContentFunction · 0.90
DocNavigationFunction · 0.90
ResourceCardFunction · 0.90
BoardCanvasFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected