fix: export FastImageStaticProperties (#822)
This commit is contained in:
parent
818ed0c3f5
commit
d69f692159
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue