@netless/app-slide 0.2.91 → 0.2.93

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
@@ -241,6 +241,7 @@ interface ISlideConfig {
241
241
  * Default is false.
242
242
  */
243
243
  enableGlobalClick?: boolean;
244
+ disableClickDebounce?: boolean;
244
245
  /**
245
246
  * The provided audio player class, used for rtc mixing
246
247
  */