isFocusVisible.d.ts 147 Bytes Edit Raw Blame History Permalink 1 2 3 4 /** * Returns a boolean indicating if the event's target has :focus-visible */ export default function isFocusVisible(element: Element): boolean;