Skip to content

Commit bb8759f

Browse files
committed
remove unnecessary private export
1 parent f090bc1 commit bb8759f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/mui-material/src/styles/index.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,3 @@ export { default as shouldSkipGeneratingVar } from './shouldSkipGeneratingVar';
139139
// Private methods for creating parts of the theme
140140
export { default as private_createTypography } from './createTypography';
141141
export { default as private_excludeVariablesFromRoot } from './excludeVariablesFromRoot';
142-
export { default as private_createGetSelector } from './createGetSelector';

packages/mui-material/src/styles/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ export { default as shouldSkipGeneratingVar } from './shouldSkipGeneratingVar';
5353
export { default as private_createTypography } from './createTypography';
5454
export { default as private_createMixins } from './createMixins';
5555
export { default as private_excludeVariablesFromRoot } from './excludeVariablesFromRoot';
56-
export { default as private_createGetSelector } from './createGetSelector';

0 commit comments

Comments
 (0)