diff --git a/src/index.d.ts b/src/index.d.ts index eca7894b7..20fce12f9 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -130,10 +130,10 @@ interface FastImageStatic extends React.ComponentClass { high: FastImage.priority.high } - cache: { - cacheOnly: FastImage.cache.cacheOnly - immutable: FastImage.cache.immutable - web: FastImage.cache.web + cacheControl: { + cacheOnly: FastImage.cacheControl.cacheOnly + immutable: FastImage.cacheControl.immutable + web: FastImage.cacheControl.web } preload(sources: FastImageSource[]): void