@slimsag/react-shortcuts
Advanced tools
Comparing version 1.2.0 to 1.2.1
export { default as Shortcut, Props as ShortcutProps } from './Shortcut'; | ||
export { default as ShortcutProvider, Props as ProviderProps, Context, } from './ShortcutProvider'; | ||
export { default as ShortcutProvider, Props as ProviderProps, Context, Provider as ContextProvider, } from './ShortcutProvider'; | ||
export { default as ShortcutManager } from './ShortcutManager'; | ||
export { default as Key, AlphabetKey, NumericKey, ModifierKey, WhiteSpaceKey, NavigationKey, EditingKey, UIKey, DeviceKey, IMEKey, FunctionKey, PhoneKey, MultimediaKey, AudioControlKey, TVControlKey, MediaControllerKey, SpeechRecognitionKey, DocumentKey, ApplicationSelectorKey, BrowserControlKey, } from './keys'; |
@@ -7,3 +7,4 @@ "use strict"; | ||
exports.ShortcutProvider = ShortcutProvider_1.default; | ||
exports.ContextProvider = ShortcutProvider_1.Provider; | ||
var ShortcutManager_1 = require("./ShortcutManager"); | ||
exports.ShortcutManager = ShortcutManager_1.default; |
{ | ||
"name": "@slimsag/react-shortcuts", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Declaratively and efficiently match shortcut combinations in your react application", |
@@ -7,2 +7,3 @@ export {default as Shortcut, Props as ShortcutProps} from './Shortcut'; | ||
Context, | ||
Provider as ContextProvider, | ||
} from './ShortcutProvider'; | ||
@@ -9,0 +10,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48199
1352