UNPKG

angular-onscreen-material-keyboard

Version:

This package is forked from ngx-material-keyboard with bug fixes and additional features

5 lines (4 loc) 140 B
import { IKeyboardLayout } from './keyboard-layout.interface'; export interface IKeyboardLayouts { [layout: string]: IKeyboardLayout; }