diff --git a/src/theme/index.tsx b/src/theme/index.tsx index 02bd987dd..c4bcbccbf 100644 --- a/src/theme/index.tsx +++ b/src/theme/index.tsx @@ -1,7 +1,7 @@ // @ts-ignore: Needed for ThemeProvider import * as React from 'react' import * as styledComponents from 'styled-components' -import IThemeProps, { BraveThemedStyledProps as ThemedStyledProps } from './theme-interface' +import { BraveThemedStyledProps as ThemedStyledProps } from './theme-interface' // theme for testing import TestTheme from './brave-default' @@ -17,7 +17,7 @@ const { // see: https://github.com/palantir/tslint/issues/3505 // It's possibly due to the rule upstream in tslint-config-standard // tslint:disable-next-line -} = styledComponents as styledComponents.ThemedStyledComponentsModule +} = styledComponents as styledComponents.ThemedStyledComponentsModule export default styled