UNPKG

ngx-touch-keyboard

Version:
7 lines (6 loc) 335 B
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;