Skip to content

Commit

Permalink
refactor(theme): remove unused exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Yorsh authored and malashkevich committed Dec 10, 2018
1 parent 07d4bcf commit 2e9e748
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 65 deletions.
28 changes: 26 additions & 2 deletions src/framework/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
export * from './component';
export * from './service';
export {
StyleProvider,
StyledComponent,
ThemeProvider,
withStyles,

StyleProviderProps,
StyledComponentProps,
ThemeProviderProps,
ThemedComponentProps,

ThemeType,
ThemeMappingType,
ParameterType,
VariantType,
MappingType,
TokenType,
ThemedStyleType,
StyleSheetType,
StyleType,
} from './component';

export {
VARIANT_DEFAULT,
} from './service';

1 change: 0 additions & 1 deletion src/framework/theme/service/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from './mappingUtil.service';
export * from './themeUtil.service';
export * from './reactPropsForward.service';
62 changes: 0 additions & 62 deletions src/framework/theme/service/reactPropsForward.service.ts

This file was deleted.

0 comments on commit 2e9e748

Please sign in to comment.