ngx-touch-keyboard
Version:
Virtual Keyboard for Angular applications
7 lines (6 loc) • 335 B
TypeScript
import { InjectionToken } from '@angular/core';
import { Locale } from './Locale/type';
/** Injection token that can be used to specify the locale data for the keyboard. */
export declare const NGX_TOUCH_KEYBOARD_LOCALE: InjectionToken<Locale>;
/** @docs-private */
export declare function NGX_TOUCH_KEYBOARD_LOCALE_FACTORY(): Locale;