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

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

The newest version!
import { keyboardState, keyboardOptions, keyboardKey } from './types';
export { specialCharMap } from './specialCharMap';
export type { keyboardOptions, keyboardKey };
export declare function keyboard(text: string, options?: Partial): keyboardState;
export declare function keyboard(text: string, options: Partial): Promise;
export declare function keyboardImplementationWrapper(text: string, config?: Partial): {
    promise: Promise;
    state: keyboardState;
    releaseAllKeys: () => void;
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy