Files
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

4 lines
277 B
TypeScript

import { keyboardState, keyboardOptions } from './types';
export declare function keyboardImplementation(text: string, options: keyboardOptions, state: keyboardState): Promise<void>;
export declare function releaseAllKeys(options: keyboardOptions, state: keyboardState): void;