Skip to content

Commit

Permalink
fix(api): Bug fix in API
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored May 2, 2017
1 parent be6d8f7 commit e34018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface ProgressiveImageProps {
src: string;
transitionTime?: number;
timingFunction?: string;
initialBlur: number;
initialBlur?: number;
}

export interface ProgressiveImageState {
Expand Down

0 comments on commit e34018f

Please sign in to comment.