@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
8 lines (7 loc) • 410 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IS_SPEECH_RECOGNITION_SUPPORTED = exports.BrowserSpeechRecognition = void 0;
const BrowserSpeechRecognition = exports.BrowserSpeechRecognition = globalThis.SpeechRecognition || globalThis.webkitSpeechRecognition;
const IS_SPEECH_RECOGNITION_SUPPORTED = exports.IS_SPEECH_RECOGNITION_SUPPORTED = !!BrowserSpeechRecognition;