Files
translation-files/other/hermes-presentation/dist/utils/device.d.ts
T
2026-06-28 11:44:47 +08:00

4 lines
121 B
TypeScript

export declare const isMobile: boolean;
export declare const isChrome: boolean;
export declare const isAndroid: boolean;