MCPcopy Create free account
hub / github.com/microsoft/SandDance / getGlobalClassNames

Function getGlobalClassNames

docs/app/js/sanddance-app.js:28758–28760  ·  view source on GitHub ↗
(classNames, theme, disableGlobalClassNames)

Source from the content-addressed store, hash-verified

28756 return classNames;
28757});
28758function getGlobalClassNames(classNames, theme, disableGlobalClassNames) {
28759 return _getGlobalClassNames(classNames, disableGlobalClassNames !== undefined ? disableGlobalClassNames : theme.disableGlobalClassNames);
28760}
28761
28762},{"@uifabric/merge-styles":"7c43M","@uifabric/utilities":"uTCgd","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"lVYbk":[function(require,module,exports) {
28763var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected