@yume-chan/scrcpy
Version:
TypeScript implementation of Scrcpy.
11 lines • 599 B
TypeScript
import { ScrcpyLogLevel1_18, ScrcpyVideoOrientation1_18 } from "./1_18.js";
import type { ScrcpyOptionsInit2_3 } from "./2_3.js";
import { ScrcpyOptions2_3 } from "./2_3.js";
export declare const ScrcpyLogLevel: typeof ScrcpyLogLevel1_18;
export type ScrcpyLogLevel = ScrcpyLogLevel1_18;
export declare const ScrcpyVideoOrientation: typeof ScrcpyVideoOrientation1_18;
export type ScrcpyVideoOrientation = ScrcpyVideoOrientation1_18;
export type ScrcpyOptionsInitLatest = ScrcpyOptionsInit2_3;
export declare class ScrcpyOptionsLatest extends ScrcpyOptions2_3 {
}
//# sourceMappingURL=latest.d.ts.map