Skip to content

Commit

Permalink
fix(core): export device type provider
Browse files Browse the repository at this point in the history
  • Loading branch information
pierpo committed Mar 11, 2024
1 parent cf2ba97 commit b99002c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export { useLockSpatialNavigation } from './spatial-navigation/context/LockSpati
export { SpatialNavigationNodeRef } from './spatial-navigation/types/SpatialNavigationNodeRef';
export { SpatialNavigationVirtualizedListRef } from './spatial-navigation/types/SpatialNavigationVirtualizedListRef';
export { SpatialNavigationFocusableView } from './spatial-navigation/components/FocusableView';
export { SpatialNavigationDeviceTypeProvider } from './spatial-navigation/context/DeviceContext';

export const SpatialNavigation = {
configureRemoteControl,
Expand Down

0 comments on commit b99002c

Please sign in to comment.