Skip to content

Commit

Permalink
fix: exports FocusHandle from the correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta committed Feb 1, 2024
1 parent 2bade61 commit 412d3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/odyssey-react-mui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ export type {
ThemeOptions,
} from "@mui/material";

export type { ForwardRefWithType, FocusHandle } from "./@types/react-augment";

export type { ForwardRefWithType } from "./@types/react-augment";
export type { FocusHandle } from "./inputUtils";
export { useOdysseyDesignTokens } from "./OdysseyDesignTokensContext";

export * from "./Accordion";
Expand Down

0 comments on commit 412d3c9

Please sign in to comment.