UNPKG

@nex-ui/react

Version:

🎉 A beautiful, modern, and reliable React component library.

11 lines (9 loc) • 206 B
const isFocusVisible = (element)=>{ try { return element.matches(':focus-visible'); } catch { /* empty */ } // istanbul ignore next return false; }; export { isFocusVisible };