Skip to content

Commit

Permalink
[system] Fix ContainerProps export (#33923)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugzpodder committed Aug 15, 2022
1 parent 67ea8eb commit 45b305e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-system/src/Container/index.d.ts
@@ -1,5 +1,5 @@
export { default } from './Container';
export * from './Container';
export * from './ContainerProps';

export { default as containerClasses } from './containerClasses';
export * from './containerClasses';

0 comments on commit 45b305e

Please sign in to comment.