Skip to content

Commit

Permalink
[system] Fix ContainerProps export
Browse files Browse the repository at this point in the history
Container.ts only exports a default component.  ContainerProps contains definitions for Container Props and it should be exported.

Signed-off-by: Jack Zhao <bugzpodder@hotmail.com>
  • Loading branch information
bugzpodder committed Aug 14, 2022
1 parent e88750f commit be88a13
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 be88a13

Please sign in to comment.