UNPKG

@ahmic/autoit-js

Version:
3 lines (2 loc) 172 B
import { SendMode } from './send'; export declare function ControlSend(windowTitle: string, windowText: string, controlId: string, value: string, mode?: SendMode): number;