We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7b099 commit d523ffbCopy full SHA for d523ffb
src/mui/index.ts
@@ -1,3 +1,5 @@
1
export { tss, makeStyles, useStyles, withStyles } from "./mui";
2
export { useMuiThemeStyleOverridesPlugin } from "./themeStyleOverridesPlugin";
3
export type { MuiThemeStyleOverridesPluginParams } from "./themeStyleOverridesPlugin";
4
+import type * as __internal from "../index";
5
+export type { __internal };
0 commit comments