@cometchat/chat-uikit-angular
Version:
Ready-to-use Chat UI Components for Angular (JavaScript/Web)
7 lines (6 loc) • 295 B
TypeScript
/**
* @function shouldShowCustomMimeTypes
* @description Returns true if the device is running either iOS (iPhone, iPad, iPod) or macOS.
* @returns {boolean} True if the device is an Apple device (iOS or macOS), false otherwise.
*/
export declare const shouldShowCustomMimeTypes: () => boolean;