31 lines
618 B
Plaintext
31 lines
618 B
Plaintext
|
import {
|
||
|
defaultTheme_default,
|
||
|
identifier_default,
|
||
|
init_defaultTheme,
|
||
|
init_identifier,
|
||
|
useTheme_default
|
||
|
} from "./chunk-7JF2SDS5.js";
|
||
|
import {
|
||
|
require_react
|
||
|
} from "./chunk-4D5CYJYK.js";
|
||
|
import {
|
||
|
__toESM
|
||
|
} from "./chunk-CEQRFMJQ.js";
|
||
|
|
||
|
// node_modules/@mui/material/styles/useTheme.js
|
||
|
var React = __toESM(require_react());
|
||
|
init_defaultTheme();
|
||
|
init_identifier();
|
||
|
function useTheme() {
|
||
|
const theme = useTheme_default(defaultTheme_default);
|
||
|
if (true) {
|
||
|
React.useDebugValue(theme);
|
||
|
}
|
||
|
return theme[identifier_default] || theme;
|
||
|
}
|
||
|
|
||
|
export {
|
||
|
useTheme
|
||
|
};
|
||
|
//# sourceMappingURL=chunk-LGTGU2I4.js.map
|