@livetiles/reach-plugin-types 0.5.0-preview.485 → 0.5.0-preview.486
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/lib/index.d.ts +1 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -3861,6 +3861,7 @@ declare module "libs/reach/util/common/src/reach-2/GlobalStyles" {
|
|
|
3861
3861
|
}
|
|
3862
3862
|
declare module "libs/reach/util/common/src/reach-2/usePageScrollDirectionForTogglingControls" {
|
|
3863
3863
|
export function usePageScrollDirectionForTogglingControls(disableOnLargeScreen?: boolean, threshold?: number): boolean;
|
|
3864
|
+
export function useDirectionAwarePageScrollListener(onScrollDown: () => void, onScrollUp: () => void, shouldDisable?: (containerWidth: number) => boolean, threshold?: number): void;
|
|
3864
3865
|
}
|
|
3865
3866
|
declare module "libs/reach/util/common/src/reach-2/resources/languages/da.async" {
|
|
3866
3867
|
import '@formatjs/intl-pluralrules/dist/locale-data/da';
|