Skip to content

Commit

Permalink
fix: export FastImageStaticProperties (DylanVann#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedeorlandau committed Sep 14, 2021
1 parent 818ed0c commit d69f692
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 @@ -198,7 +198,7 @@ const FastImageComponent: React.ComponentType<FastImageProps> = forwardRef(

FastImageComponent.displayName = 'FastImage'

interface FastImageStaticProperties {
export interface FastImageStaticProperties {
resizeMode: typeof resizeMode
priority: typeof priority
cacheControl: typeof cacheControl
Expand Down

0 comments on commit d69f692

Please sign in to comment.