mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
8 lines
392 B
TypeScript
8 lines
392 B
TypeScript
export { KeyboardShortcutScope } from "./src/keyboard-shortcut-scope";
|
|
export type { KeyboardShortcutScopeProps } from "./src/keyboard-shortcut-scope";
|
|
|
|
export { keyboardShortcutInjectionToken } from "./src/keyboard-shortcut-injection-token";
|
|
export type { Binding, KeyboardShortcut } from "./src/keyboard-shortcut-injection-token";
|
|
|
|
export { keyboardShortcutsFeature } from "./src/feature";
|