UNPKG

@yume-chan/scrcpy

Version:
8 lines 341 B
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