UNPKG

@yume-chan/scrcpy

Version:
10 lines 611 B
import type { StructInit } from "@yume-chan/struct"; export declare const ScrcpyInjectTextControlMessage: import("@yume-chan/struct").Struct<{ type: import("@yume-chan/struct").NumberField<number>; text: import("@yume-chan/struct").Field<string, string, never, string>; }, undefined, import("@yume-chan/struct").FieldsValue<{ type: import("@yume-chan/struct").NumberField<number>; text: import("@yume-chan/struct").Field<string, string, never, string>; }>>; export type ScrcpyInjectTextControlMessage = StructInit<typeof ScrcpyInjectTextControlMessage>; //# sourceMappingURL=inject-text.d.ts.map