소스 검색

Add missing files.

NaotoshiFujita 3 년 전
부모
커밋
6f34481eec
2개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      dist/types/constants/listener-options.d.ts
  2. 1 0
      dist/types/constants/listener-options.d.ts.map

+ 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"}