UNPKG

@uifabric/utilities

Version:

Fluent UI React utilities for building components.

6 lines (5 loc) 181 B
/** * 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;