From 4dece8972afe6bd8de06277b97d1766217fb2002 Mon Sep 17 00:00:00 2001 From: dbarabashdev Date: Thu, 20 Feb 2020 20:58:03 +0200 Subject: [PATCH] changed path for ThemeOptions in documentation --- docs/src/pages/guides/typescript/typescript.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/pages/guides/typescript/typescript.md b/docs/src/pages/guides/typescript/typescript.md index c2b1255eb85ff3..8371737e4c01d9 100644 --- a/docs/src/pages/guides/typescript/typescript.md +++ b/docs/src/pages/guides/typescript/typescript.md @@ -242,8 +242,7 @@ And a custom theme factory with additional defaulted options: **./styles/createMyTheme**: ```ts -import { createMuiTheme } from '@material-ui/core/styles'; -import { ThemeOptions } from '@material-ui/core/styles/createMuiTheme'; +import { createMuiTheme, ThemeOptions } from '@material-ui/core/styles'; export default function createMyTheme(options: ThemeOptions) { return createMuiTheme({