UNPKG

ngx-touch-keyboard

Version:
26 lines (25 loc) 595 B
/** * A collection of constants representing special function buttons for a touch keyboard. * Each constant is a string that corresponds to a specific keyboard action. */ export declare const fnButton: { DONE: string; ENTER: string; SHIFT: string; BACKSPACE: string; LANGUAGE: string; SPACE: string; TAB: string; }; /** * An object containing SVG icons for various keyboard functions. */ export declare const fnDisplay: { DONE: string; ENTER: string; SHIFT: string; BACKSPACE: string; LANGUAGE: string; SPACE: string; TAB: string; };