@mui/joy
Version:
Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.
18 lines (17 loc) • 454 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "applySoftInversion", {
enumerable: true,
get: function () {
return _colorInversionUtils.applySoftInversion;
}
});
Object.defineProperty(exports, "applySolidInversion", {
enumerable: true,
get: function () {
return _colorInversionUtils.applySolidInversion;
}
});
var _colorInversionUtils = require("./colorInversionUtils");