Outlook_Addin_LLM/node_modules/@fluentui/utilities/lib-amd/mobileDetector.d.ts

6 lines
181 B
TypeScript

/**
* Returns true if and only if the user is on a iOS device.
* Used to determine whether iOS-specific behavior should be applied.
*/
export declare const isIOS: () => boolean;