@frigade/react 1.38.28 → 1.38.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -329,6 +329,10 @@ interface FrigadeConfig {
329
329
  * Default false.
330
330
  */
331
331
  debug?: boolean;
332
+ /**
333
+ * Flag to disable preloading images. Default false.
334
+ */
335
+ disableImagePreloading?: boolean;
332
336
  /**
333
337
  * @ignore
334
338
  */