UNPKG

simple-keyboard-layouts

Version:
9 lines (8 loc) 166 B
export interface LayoutItem { layout: { [layoutName: string]: string[]; }; } export interface LayoutItemObj { [layoutName: string]: LayoutItem; }