MCPcopy
hub / github.com/joe-bell/cva / CX

Interface CX

packages/cva/src/index.ts:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 ---------------------------------- */
76
77export interface CX {
78 (...inputs: ClassValue[]): string;
79}
80
81export type CXOptions = Parameters<CX>;
82export type CXReturn = ReturnType<CX>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected