4 lines
No EOL
147 B
TypeScript
4 lines
No EOL
147 B
TypeScript
/**
|
|
* Returns a boolean indicating if the event's target has :focus-visible
|
|
*/
|
|
export default function isFocusVisible(element: Element): boolean; |