All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.keyboard.keyboardImplementation.d.ts Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy