UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (MUI X).

8 lines (7 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFirefox = void 0; const userAgent = typeof navigator !== 'undefined' ? navigator.userAgent.toLowerCase() : 'empty'; const isFirefox = exports.isFirefox = userAgent.includes('firefox');