UNPKG

@cds/core

Version:

Clarity Design System - common components, themes, and utilties

8 lines (7 loc) 294 B
/** * Hacks/workarounds for specific browsers, only when absolutly needed */ /** Used to detect safari for a11y behavior corrections */ export declare function isSafari(): boolean; /** Used to detect Win for NVDA for a11y behavior corrections */ export declare function isWindows(): boolean;