@yume-chan/scrcpy
Version:
TypeScript implementation of Scrcpy.
8 lines • 341 B
TypeScript
import Struct from "@yume-chan/struct";
export declare const ScrcpyInjectTextControlMessage: Struct<{
type: number;
length: number;
text: string;
}, "length", Record<never, never>, undefined>;
export type ScrcpyInjectTextControlMessage = (typeof ScrcpyInjectTextControlMessage)["TInit"];
//# sourceMappingURL=inject-text.d.ts.map