We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6d8f7 commit e34018fCopy full SHA for e34018f
src/index.tsx
@@ -5,7 +5,7 @@ export interface ProgressiveImageProps {
5
src: string;
6
transitionTime?: number;
7
timingFunction?: string;
8
- initialBlur: number;
+ initialBlur?: number;
9
}
10
11
export interface ProgressiveImageState {
0 commit comments