UNPKG

angular-onscreen-material-keyboard

Version:

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

11 lines (10 loc) 204 B
interface IKeyboardIcons { [key: string]: IMatIcon; } interface IMatIcon { name?: string; fontSet?: string; fontIcon?: string; svgIcon?: string; } export { IKeyboardIcons, IMatIcon };