We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4a5b5 commit e13db7dCopy full SHA for e13db7d
src/index.d.ts
@@ -130,10 +130,10 @@ interface FastImageStatic extends React.ComponentClass<FastImageProperties> {
130
high: FastImage.priority.high
131
}
132
133
- cache: {
134
- cacheOnly: FastImage.cache.cacheOnly
135
- immutable: FastImage.cache.immutable
136
- web: FastImage.cache.web
+ cacheControl: {
+ cacheOnly: FastImage.cacheControl.cacheOnly
+ immutable: FastImage.cacheControl.immutable
+ web: FastImage.cacheControl.web
137
138
139
preload(sources: FastImageSource[]): void
0 commit comments