MCPcopy
hub / github.com/tomkp/react-split-pane / cn

Function cn

src/utils/classNames.ts:15–19  ·  view source on GitHub ↗
(
  ...classes: (string | boolean | undefined | null)[]
)

Source from the content-addressed store, hash-verified

13 * ```
14 */
15export function cn(
16 ...classes: (string | boolean | undefined | null)[]
17): string {
18 return classes.filter(Boolean).join(' ');
19}

Callers 4

DividerFunction · 0.90
Pane.tsxFile · 0.90
SplitPaneFunction · 0.90
classNames.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected