UNPKG

@benev/nubs

Version:
4 lines (3 loc) 167 B
import { KeyLayout } from "./key-layout.js"; import { LayoutName } from "./layout-name.js"; export declare function selectStandardLayout(name: LayoutName): KeyLayout;