Skip to content

Commit 6f34481

Browse files
Add missing files.
1 parent 34172a8 commit 6f34481

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* AddEventListenerOptions for listeners that may prevent the browser scroll.
3+
*
4+
* @since 3.4.1
5+
*/
6+
export declare const SCROLL_LISTENER_OPTIONS: {
7+
passive: boolean;
8+
capture: boolean;
9+
};
10+
//# sourceMappingURL=../../../src/js/constants/listener-options.d.ts.map

dist/types/constants/listener-options.d.ts.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)