fix: export FastImageStaticProperties (#822)

This commit is contained in:
Federico Joel Orlandau 2021-09-15 00:04:44 +02:00 committed by GitHub
parent 818ed0c3f5
commit d69f692159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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