Skip to content

Commit

Permalink
[docs] TypeScript add filename context
Browse files Browse the repository at this point in the history
Closes #12189.
  • Loading branch information
oliviertassinari committed Jul 20, 2018
1 parent 3fed2d6 commit ba2ba25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/guides/typescript/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ declare module '@material-ui/core/styles/createMuiTheme' {

And a custom theme factory with additional defaulted options:

**./styles/createMyTheme**:
```ts
import createMuiTheme, { ThemeOptions } from '@material-ui/core/styles/createMuiTheme';

Expand Down

0 comments on commit ba2ba25

Please sign in to comment.