@mui/x-telemetry
Version:
MUI X Telemetry.
16 lines (14 loc) • 343 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// This file will be modified by the `postinstall` script.
// See postinstall/index.ts for more information.
const defaultValue = {
config: {
isInitialized: false
},
traits: {}
};
var _default = exports.default = defaultValue;