Skip to content

Commit

Permalink
export all the types
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 23, 2020
1 parent 7b252e9 commit 7d9fbec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions packages/material-ui-lab/src/Alert/Alert.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import Alert from '@material-ui/core/Alert';

export default Alert;
export { default } from '@material-ui/core/Alert';
export * from '@material-ui/core/Alert';
5 changes: 2 additions & 3 deletions packages/material-ui-lab/src/AlertTitle/AlertTitle.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import AlertTitle from '@material-ui/core/AlertTitle';

export default AlertTitle;
export { default } from '@material-ui/core/AlertTitle';
export * from '@material-ui/core/AlertTitle';

0 comments on commit 7d9fbec

Please sign in to comment.