mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-08 07:12:39 +02:00
5 lines
251 B
TypeScript
5 lines
251 B
TypeScript
|
|
// Hooks for SurfSense Browser Extension
|
||
|
|
|
||
|
|
export { useContextAction, getMessageForAction, type ContextAction } from "./useContextAction";
|
||
|
|
export { useKeyboardShortcuts, getMessageForKeyboardAction, type KeyboardAction } from "./useKeyboardShortcuts";
|