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'
|
FastImageComponent.displayName = 'FastImage'
|
||||||
|
|
||||||
interface FastImageStaticProperties {
|
export interface FastImageStaticProperties {
|
||||||
resizeMode: typeof resizeMode
|
resizeMode: typeof resizeMode
|
||||||
priority: typeof priority
|
priority: typeof priority
|
||||||
cacheControl: typeof cacheControl
|
cacheControl: typeof cacheControl
|
||||||
|
|
Loading…
Reference in New Issue