@@ -0,0 +1,10 @@
+/**
+ * AddEventListenerOptions for listeners that may prevent the browser scroll.
+ *
+ * @since 3.4.1
+ */
+export declare const SCROLL_LISTENER_OPTIONS: {
+ passive: boolean;
+ capture: boolean;
+};
+//# sourceMappingURL=../../../src/js/constants/listener-options.d.ts.map
@@ -0,0 +1 @@
+{"version":3,"file":"listener-options.d.ts","sourceRoot":"","sources":["listener-options.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,uBAAuB;;;CAAoC,CAAC"}