Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GridList] Export through main index.js #9833

Merged
merged 5 commits into from Jan 11, 2018
Merged

[GridList] Export through main index.js #9833

merged 5 commits into from Jan 11, 2018

Conversation

remcohaszing
Copy link
Contributor

This is the one component I've found so far that wasn't exported this way.

@oliviertassinari
Copy link
Member

Can we update the index.d.ts TypeScript definitions too? :)

src/index.js Outdated
@@ -32,7 +32,7 @@ export { default as Icon } from './Icon';
export { default as IconButton } from './IconButton';
export { default as Input, InputLabel, InputAdornment } from './Input';
export { default as Grid } from './Grid';
export { GridList, GridListTile, GridListTileBar } from './GridList';
export { default as GridList, GridListTile, GridListTileBar } from './GridList';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree this is actually nicer.

Perhaps named GridList export from GridList/index.* should also be removed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we should for consistency. Do you want to fix it? :)

@oliviertassinari oliviertassinari merged commit bbfef4a into mui:v1-beta Jan 11, 2018
@oliviertassinari oliviertassinari changed the title [GridList] export through main index.js [GridList] Export through main index.js Jan 11, 2018
@oliviertassinari oliviertassinari added new feature New feature or request component: image list This is the name of the generic UI component, not the React module! labels Jan 11, 2018
@oliviertassinari
Copy link
Member

@remcohaszing Thanks for raising the issue and fixing it :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: image list This is the name of the generic UI component, not the React module! new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants