UNPKG

@botonic/react

Version:

Build Chatbots using React

12 lines (11 loc) 284 B
export const DEVICES: Readonly<{ MOBILE: { IPHONE: string; ANDROID: string; WEBOS: string; BLACKBERRY: string; WINDOWS_PHONE: string; }; }>; export function isDevice(deviceName: any): boolean; export function isMobileDevice(): boolean;