@idscan/idvc2
Version:
component for the capturing documents
14 lines (13 loc) • 427 B
TypeScript
export declare const isiOS: () => boolean;
export declare const checkTouchPoints: () => boolean;
export declare const detectTouchscreen: () => boolean;
/**
*
* @param {Number} maxWidth - preferable max width device
*/
export declare const collectMobileDetectingData: () => Record<string, any>;
declare const checkIfMobile: () => {
isMobile: boolean;
logsObject: Record<string, any>;
};
export default checkIfMobile;