Jelajahi Sumber

Add missing files.

NaotoshiFujita 3 tahun lalu
induk
melakukan
6f34481eec

+ 10 - 0
dist/types/constants/listener-options.d.ts

@@ -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

+ 1 - 0
dist/types/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"}