MCPcopy Index your code
hub / github.com/code100x/cms / cn

Function cn

src/lib/utils.ts:7–9  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

5import Player from 'video.js/dist/types/player';
6import { Bookmark } from '@prisma/client';
7export function cn(...inputs: ClassValue[]) {
8 return twMerge(clsx(inputs));
9}
10
11export interface VideoJsPlayer {
12 eme: () => void;

Callers 15

FilterContent.tsxFile · 0.90
CardContainerFunction · 0.90
CardBodyFunction · 0.90
CardItemFunction · 0.90
dialog.tsxFile · 0.90
DialogHeaderFunction · 0.90
DialogFooterFunction · 0.90
InfiniteMovingCardsFunction · 0.90
label.tsxFile · 0.90
carousel.tsxFile · 0.90
breadcrumb.tsxFile · 0.90
BreadcrumbSeparatorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected