Skip to content

Commit

Permalink
fix: add missing symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
rnike committed Apr 17, 2020
1 parent ef60c81 commit 7498b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface AutoHeightImageProps extends ImageProps {
width: number;
fallbackSource?: number | TSource;
onHeightChange?: (height: number) => void;
animated: boolean;
animated?: boolean;
}

declare class AutoHeightImage extends React.Component<
Expand Down

0 comments on commit 7498b82

Please sign in to comment.