Some checks failed
CI/CD Pipeline / unit-tests (push) Failing after 1m16s
CI/CD Pipeline / integration-tests (push) Failing after 2m32s
CI/CD Pipeline / lint (push) Successful in 5m22s
CI/CD Pipeline / e2e-tests (push) Has been skipped
CI/CD Pipeline / build (push) Has been skipped
48 lines
1.8 KiB
JavaScript
48 lines
1.8 KiB
JavaScript
import {
|
|
GlobalStyles_default
|
|
} from "./chunk-ZHUI7O2A.js";
|
|
import {
|
|
_extends,
|
|
defaultTheme_default,
|
|
identifier_default,
|
|
init_extends,
|
|
require_prop_types
|
|
} from "./chunk-QLKRFDUE.js";
|
|
import {
|
|
require_jsx_runtime
|
|
} from "./chunk-WKPQ4ZTV.js";
|
|
import {
|
|
require_react
|
|
} from "./chunk-BG45W2ER.js";
|
|
import {
|
|
__toESM
|
|
} from "./chunk-HXA6O6EE.js";
|
|
|
|
// node_modules/@mui/material/GlobalStyles/GlobalStyles.js
|
|
init_extends();
|
|
var React = __toESM(require_react());
|
|
var import_prop_types = __toESM(require_prop_types());
|
|
var import_jsx_runtime = __toESM(require_jsx_runtime());
|
|
function GlobalStyles(props) {
|
|
return (0, import_jsx_runtime.jsx)(GlobalStyles_default, _extends({}, props, {
|
|
defaultTheme: defaultTheme_default,
|
|
themeId: identifier_default
|
|
}));
|
|
}
|
|
true ? GlobalStyles.propTypes = {
|
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
// └─────────────────────────────────────────────────────────────────────┘
|
|
/**
|
|
* The styles you want to apply globally.
|
|
*/
|
|
styles: import_prop_types.default.oneOfType([import_prop_types.default.array, import_prop_types.default.func, import_prop_types.default.number, import_prop_types.default.object, import_prop_types.default.string, import_prop_types.default.bool])
|
|
} : void 0;
|
|
var GlobalStyles_default2 = GlobalStyles;
|
|
|
|
export {
|
|
GlobalStyles_default2 as GlobalStyles_default
|
|
};
|
|
//# sourceMappingURL=chunk-WDD75YPL.js.map
|