Skip to content

Commit

Permalink
fix: fix typings for cards.d.ts (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
GlisboaDev authored and satya164 committed Feb 14, 2019
1 parent 45a1e5c commit 7fbd6b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions typings/components/Card.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import * as React from 'react';
import { ImageProps, ViewProps } from 'react-native';

import { ImageProps, StyleProp, TextStyle, ViewProps, ViewStyle } from 'react-native';
import { StyledProps } from 'types/styled-components';

import { ThemeShape } from '../types';
import { AvatarIcon } from './Avatar';

export interface CardContentProps extends ViewProps {
}
Expand Down

0 comments on commit 7fbd6b7

Please sign in to comment.