MCPcopy
hub / github.com/JedWatson/classnames / ClassNames

Interface ClassNames

bind.d.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7interface ClassNames {
8 (this: classNames.Binding | undefined, ...args: ArgumentArray): string;
9
10 default: ClassNames;
11}
12
13declare const classNames: ClassNames;
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…