@actinc/dls
Version:
Design Language System (DLS) for ACT & Encoura front-end projects.
25 lines • 946 B
JavaScript
/**
* Copyright (c) ACT, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
if (ar || !(i in from)) {
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
ar[i] = from[i];
}
}
return to.concat(ar || Array.prototype.slice.call(from));
};
import { createTheme as muiCreateTheme } from '@mui/material/styles';
export var createTheme = function (options) {
var args = [];
for (var _i = 1; _i < arguments.length; _i++) {
args[_i - 1] = arguments[_i];
}
return muiCreateTheme.apply(void 0, __spreadArray([options], args, false));
};
export default createTheme;
//# sourceMappingURL=createTheme.js.map