Skip to content

Commit

Permalink
fix: added missing exports from @mui/material
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta committed Oct 5, 2022
1 parent 3d97a5b commit 31e7348
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/odyssey-react-mui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export {
AlertTitle,
Box,
Button,
Checkbox,
CircularProgress,
CssBaseline,
FormControl,
Expand All @@ -28,12 +29,18 @@ export {
Radio,
RadioGroup,
Select,
Snackbar,
Stack,
SvgIcon,
Tab,
Tabs,
Typography,
} from "@mui/material";
export type { ButtonProps, TypographyProps } from "@mui/material";
export type {
ButtonProps,
CircularProgressProps,
TypographyProps,
} from "@mui/material";

export * from "./components";
export * from "./themes";

0 comments on commit 31e7348

Please sign in to comment.