UNPKG

simple-keyboard-layouts

Version:
8 lines (7 loc) 176 B
import { LayoutItem } from "../interfaces"; /** * Layout: Chinese * Source: https://github.com/sxei/pinyinjs */ declare const _default: LayoutItem; export default _default;