MCPcopy
hub / github.com/HumanSignal/label-studio / CNMod

Interface CNMod

label_studio/frontend/src/utils/bem.tsx:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { isDefined, isEmptyString } from './helpers';
15
16interface CNMod {
17 [key: string]: unknown
18}
19
20interface CN {
21 block: (name: string) => CN

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected