Skip to content

Commit 1e553ea

Browse files
authored
Merge pull request #18 from wcandillon/wcandillon-patch-11
fix(api): Bug fix in API
2 parents be6d8f7 + e34018f commit 1e553ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export interface ProgressiveImageProps {
55
src: string;
66
transitionTime?: number;
77
timingFunction?: string;
8-
initialBlur: number;
8+
initialBlur?: number;
99
}
1010

1111
export interface ProgressiveImageState {

0 commit comments

Comments
 (0)