Skip to content

Commit

Permalink
BREAKING: combine eva props into one
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Yorsh committed Feb 28, 2020
1 parent 10dccf2 commit ee100a5
Show file tree
Hide file tree
Showing 42 changed files with 473 additions and 456 deletions.
1 change: 1 addition & 0 deletions src/components/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export {
styled,
StyledComponentProps,
StyledComponentClass,
EvaProp,
} from './style/styled';
export {
StyleService,
Expand Down
1 change: 0 additions & 1 deletion src/components/theme/style/style.service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
useTheme,
} from '../theme/theme.service';


export type StyleType = Record<string, any>;
export type Styles<T> = StyleSheet.NamedStyles<T>;

Expand Down
Loading

0 comments on commit ee100a5

Please sign in to comment.