Skip to content

Commit

Permalink
don't export type
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 committed Oct 10, 2023
1 parent 3ab3218 commit 365110a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Expand Up @@ -3,8 +3,8 @@ import {fireDeterminedAction, expandHotkeyToEdges, isFormField} from './utils'
import {SequenceTracker} from './sequence'
import {eventToHotkeyString} from './hotkey'

export {eventToHotkeyString, normalizeHotkey, type NormalizedHotkeyString} from './hotkey'
export {SequenceTracker, normalizeSequence, type NormalizedSequenceString} from './sequence'
export {eventToHotkeyString, normalizeHotkey, NormalizedHotkeyString} from './hotkey'
export {SequenceTracker, normalizeSequence, NormalizedSequenceString} from './sequence'
export {RadixTrie, Leaf} from './radix-trie'

const hotkeyRadixTrie = new RadixTrie<HTMLElement>()
Expand Down

0 comments on commit 365110a

Please sign in to comment.