UNPKG

@benev/nubs

Version:
10 lines (7 loc) 232 B
import {KeyLayout} from "./key-layout.js" import {compact} from "./presets/compact.js" import {halfboard} from "./presets/halfboard.js" export const standardLayouts = { compact, halfboard, } satisfies {[key: string]: KeyLayout}