@cgi-learning-hub/ui
Version:
@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features
13 lines (12 loc) • 366 B
JavaScript
function s(o) {
try {
return o.matches(":focus-visible");
} catch {
process.env.NODE_ENV !== "production" && !/jsdom/.test(window.navigator.userAgent) && console.warn(["MUI: The `:focus-visible` pseudo class is not supported in this browser.", "Some components rely on this feature to work properly."].join(`
`));
}
return !1;
}
export {
s as i
};