keyboard/src/utils/index.js

4 lines
147 B
JavaScript

export { bind, unbind } from './bind';
export { hide } from './hide';
export { check } from './check';
export { parseAction } from './parseAction';
JS键盘热键
JavaScript 100%