@livetiles/reach-plugin-types 0.5.0-preview.524 → 0.5.0-preview.526
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 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -3864,7 +3864,7 @@ declare module "libs/reach/util/common/src/reach-2/GlobalStyles" {
|
|
|
3864
3864
|
export const GlobalApp2Styles: FC;
|
|
3865
3865
|
}
|
|
3866
3866
|
declare module "libs/reach/util/common/src/reach-2/usePageScrollDirectionForTogglingControls" {
|
|
3867
|
-
export function usePageScrollDirectionForTogglingControls(disableOnLargeScreen?: boolean, upThreshold?: number, downThreshold?: number): boolean;
|
|
3867
|
+
export function usePageScrollDirectionForTogglingControls(disableOnLargeScreen?: boolean, maximumAllowedScreenWidth?: number, upThreshold?: number, downThreshold?: number): boolean;
|
|
3868
3868
|
export function useDirectionAwarePageScrollListener(onScrollDown: () => void, onScrollUp: () => void, shouldDisable?: (containerWidth: number) => boolean, upThreshold?: number, downThreshold?: number): void;
|
|
3869
3869
|
}
|
|
3870
3870
|
declare module "libs/reach/util/common/src/reach-2/resources/languages/da.async" {
|