mirror of
https://github.com/stablyai/orca.git
synced 2026-09-23 00:02:29 +00:00
12 lines
506 B
TypeScript
12 lines
506 B
TypeScript
// Public compatibility surface for the keybinding domain.
|
|
// Implementations live beside this facade so consumers can keep the stable import path.
|
|
export * from './keybindings/types'
|
|
export * from './keybindings/definitions'
|
|
export * from './keybindings/parser'
|
|
export * from './keybindings/normalization'
|
|
export * from './keybindings/input'
|
|
export * from './keybindings/effective'
|
|
export * from './keybindings/matching-key'
|
|
export * from './keybindings/matching'
|
|
export * from './keybindings/formatting'
|