Skip to content

Commit

Permalink
export ThemOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
macnaughton committed Mar 8, 2021
1 parent 4f1667a commit 773fa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/createTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface Theme extends Omit<MuiTheme, 'palette'> {
pxToRem: (size: number) => string;
}

interface ThemeOptions
export interface ThemeOptions
extends Omit<MuiThemeOptions, 'overrides' | 'palette' | 'typography'> {
palette?: PaletteOptions;
typography?: TypographyOptions;
Expand Down

0 comments on commit 773fa99

Please sign in to comment.