Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: resolve missing types in package #2087

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

chrispulsinelli-okta
Copy link
Contributor

OKTA-685574

Summary

Export the types used my some components

Testing & Screenshots

  • I have confirmed this change with my designer and the Odyssey Design Team.

@@ -52,6 +52,8 @@ export type {
ThemeOptions,
} from "@mui/material";

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are we exporting with these two?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They cannot be found in the package without this. Open to other suggestions.

@chrispulsinelli-okta chrispulsinelli-okta merged commit 5b122fd into main Jan 31, 2024
1 check passed
@chrispulsinelli-okta chrispulsinelli-okta deleted the cp-OKTA-685574-resolve-missing-types branch January 31, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants