2025-09-30 21:48:38 +07:00

10 lines
246 B
TypeScript

/**
* Shortcuts - Centralized keyboard shortcut system
*
* Provides platform-aware keyboard shortcuts that avoid browser conflicts
* on web while maintaining familiar shortcuts on desktop.
*/
export * from './types'
export * from './const'