Skip to content

Commit

Permalink
[core] Export all the style modules (#11021)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Apr 14, 2018
1 parent e32efbb commit 2c6c15e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export { default as Select } from './Select';
export { default as Snackbar, SnackbarContent } from './Snackbar';
export { default as Stepper, Step, StepButton, StepContent, StepIcon, StepLabel } from './Stepper';
export {
createGenerateClassName,
createMuiTheme,
jssPreset,
MuiThemeProvider,
Expand Down
9 changes: 8 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,14 @@ export { default as Radio, RadioGroup } from './Radio';
export { default as Select } from './Select';
export { default as Snackbar, SnackbarContent } from './Snackbar';
export { default as Stepper, Step, StepButton, StepIcon, StepContent, StepLabel } from './Stepper';
export { MuiThemeProvider, withStyles, withTheme, createMuiTheme, jssPreset } from './styles';
export {
createGenerateClassName,
createMuiTheme,
jssPreset,
MuiThemeProvider,
withStyles,
withTheme,
} from './styles';

// eslint-disable-next-line import/first
import * as colors from './colors';
Expand Down

0 comments on commit 2c6c15e

Please sign in to comment.