MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / setGlobalCssModule

Function setGlobalCssModule

src/utils.js:49–51  ·  view source on GitHub ↗
(cssModule)

Source from the content-addressed store, hash-verified

47let globalCssModule;
48
49export function setGlobalCssModule(cssModule) {
50 globalCssModule = cssModule;
51}
52
53export function mapToCssModules(className = '', cssModule = globalCssModule) {
54 if (!cssModule) return className;

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…