UNPKG

@alifd/meet-react

Version:

Fusion Mobile React UI System Component

19 lines (18 loc) 744 B
export declare const isStrictMiniApp: boolean; export declare const isStrictWechatMiniProgram: boolean; export declare const isStrictByteDanceMicroApp: boolean; export declare const isMiniappPlatform: boolean; declare let systemInfo: any; export { systemInfo }; export declare const screenWidth: any; export declare const screenHeight: any; export declare const windowWidth: any; export declare const windowHeight: any; export declare const dpr: any; export declare const osName: string; export declare const osVersion: string; export declare const isIOS: boolean; export declare const isAndroid: boolean; export declare const screenRate: number; export declare const screenPixelRatio: number; export declare const isProduction: () => boolean;