UNPKG

284 BTypeScriptView Raw
1export declare class ClientDevice {
2 static clientInfo(): {
3 platform: string;
4 /**
5 * @deprecated use named import
6 */
7 version: string;
8 appVersion: string;
9 };
10}
11/**
12 * @deprecated use named import
13 */
14export default ClientDevice;