Files
starface-outlook-sync-addin/node_modules/@fluentui/utilities/lib-amd/mobileDetector.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

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;