@chatui/core
Version:
The React library for Chatbot UI
8 lines (7 loc) • 305 B
TypeScript
export declare const isIOS: boolean;
export declare const isSafari: boolean;
export declare const isSafariOrIOS11: boolean;
export declare function getIOSMajorVersion(): number;
export declare const isArkWeb: boolean;
export declare const isHuaweiBrowser: boolean;
export declare const isAliApp: boolean;