Skip to content

Commit

Permalink
fix: resolve missing types in package (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispulsinelli-okta committed Jan 31, 2024
1 parent 87b8df2 commit 5b122fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/odyssey-react-mui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ export type {
ThemeOptions,
} from "@mui/material";

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

export { useOdysseyDesignTokens } from "./OdysseyDesignTokensContext";

export * from "./Accordion";
Expand Down

0 comments on commit 5b122fd

Please sign in to comment.