UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

11 lines (10 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.imageMimeTypes = void 0; const imageMimeTypes = exports.imageMimeTypes = { 'image/png': 'PNG', 'image/jpeg': 'JPEG', 'image/webp': 'WebP' };