UNPKG

@mui/x-data-grid

Version:

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

2 lines 153 B
const userAgent = typeof navigator !== 'undefined' ? navigator.userAgent.toLowerCase() : 'empty'; export const isFirefox = userAgent.includes('firefox');