@exadel/esl
Version:
Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components
23 lines (22 loc) • 948 B
TypeScript
export declare const isTrident: boolean;
export declare const isIE: boolean;
export declare const isEdgeHTML: boolean;
export declare const isBlinkEdge: boolean;
export declare const isEdge: boolean;
export declare const isGecko: boolean;
export declare const isFirefox: boolean;
export declare const isOpera: boolean;
export declare const isChrome: boolean;
export declare const isWebkit: boolean;
export declare const isSafari: boolean;
export declare const isBlink: boolean;
export declare const isAndroid: boolean;
export declare const isMobileIOS13: boolean;
export declare const isMobileIOS: boolean;
export declare const isLegacyMobile: boolean;
export declare const isMobile: boolean;
export declare const isMobileSafari: boolean;
export declare const isTouchDevice: boolean;
export declare const hasHover: boolean;
/** true if a user prefers to minimize the amount of non-essential motion */
export declare const isReducedMotion: boolean;