Skip to content

Commit

Permalink
updating tabster exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorjjb committed Mar 5, 2025
1 parent dbe9499 commit e9f92d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-gamepad-navigation/src/types/Keys.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TabsterTypes } from '@fluentui/react-tabster';
import { MoverKeys as TabsterMoverKeys } from '@fluentui/react-tabster';

/*
Gamepad Buttons, State, & Actions
Expand Down Expand Up @@ -56,6 +56,6 @@ export const KeyboardKey = {

export type KeyboardKey = (typeof KeyboardKey)[keyof typeof KeyboardKey];

export type MoverKey = TabsterTypes.MoverKey;
export const MoverKeys = TabsterMoverKeys;

export const MoverKeys = TabsterTypes.MoverKeys;
export type MoverKey = (typeof TabsterMoverKeys)[keyof typeof TabsterMoverKeys];

0 comments on commit e9f92d7

Please sign in to comment.