Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 363 Bytes

File metadata and controls

18 lines (10 loc) · 363 Bytes

tinky


tinky / useIsScreenReaderEnabled

Function: useIsScreenReaderEnabled()

useIsScreenReaderEnabled(): boolean

Returns whether a screen reader is enabled. This is useful when you want to render different output for screen readers.

Returns

boolean

true if screen reader is enabled, false otherwise.