Skip to content

Commit

Permalink
feat: export material-ui localization files (#3076)
Browse files Browse the repository at this point in the history
* feat: export material-ui localization files

Closes #3055

* fix: add changeset
  • Loading branch information
amirhhashemi committed Nov 28, 2022
1 parent d603306 commit bcd47ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-llamas-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pankod/refine-mui": minor
---

exported material-ui localization files
2 changes: 2 additions & 0 deletions packages/mui/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ export * from "@mui/x-data-grid";
export * from "@mui/system";

import * as colors from "@mui/material/colors";
import * as locale from "@mui/material/locale";

export { colors };
export { locale };
export {
alpha,
createStyles,
Expand Down

0 comments on commit bcd47ea

Please sign in to comment.