UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

12 lines (11 loc) 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cleanId = cleanId; /** * Remove spaces to have viable ids */ function cleanId(id) { return id.replace(' ', '_'); }