4 lines
171 B
JavaScript
4 lines
171 B
JavaScript
import { thunk } from './thunk'
|
|
import { supportsSelector } from './supportsSelector'
|
|
|
|
export const supportsFocusVisible = thunk(() => supportsSelector(':focus-visible'))
|