import { TReactiveFactory } from '../../Abstract'; import { TKeyComboWatcher } from './TKeyComboWatcher'; import { TKeyComboWatcherDependencies } from './TKeyComboWatcherDependencies'; import { TKeyWatcher } from './TKeyWatcher'; import { TKeyComboWatcherParams, TKeyWatcherParams } from './TKeyWatcherParams'; export type TKeyWatcherFactory = TReactiveFactory;