@mui/x-charts
Version:
The community edition of the Charts components (MUI X).
13 lines (12 loc) • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.frFRLocalText = exports.frFR = void 0;
var _getChartsLocalization = require("./utils/getChartsLocalization");
const frFRLocalText = exports.frFRLocalText = {
// Overlay
loading: 'Chargement…',
noData: 'Pas de données'
};
const frFR = exports.frFR = (0, _getChartsLocalization.getChartsLocalization)(frFRLocalText);