diff --git a/src/index.ts b/src/index.ts index f469982..a37c1b6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,3 +12,11 @@ export { default as useProcessKey } from './hooks/use-process-key'; const FocusRoot = FocusContext.FocusRoot; export { FocusRoot }; + +export type { + LRUDEvent, + FocusEvent, + MoveEvent, + GridMoveEvent, + FocusNodeProps, +} from './types';