UNPKG
react-shortcuts-new
Version:
latest (0.0.1)
0.0.1
React shortcuts New
github.com/avocode/react-shortcuts
avocode/react-shortcuts
react-shortcuts-new
/
lib
/
index.js
6 lines
(5 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
module
.
exports
= {
ShortcutManager
:
require
(
'./shortcut-manager'
),
Shortcuts
:
require
(
'./component/'
) };