10 lines
246 B
TypeScript
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'
|