@toolpad/core
Version:
Dashboard framework powered by Material UI.
20 lines (19 loc) • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getLocalization = void 0;
const getLocalization = translations => {
return {
components: {
MuiLocalizationProvider: {
defaultProps: {
localeText: {
...translations
}
}
}
}
};
};
exports.getLocalization = getLocalization;