@wix/design-system
Version:
@wix/design-system
8 lines • 342 B
TypeScript
import { RefObject } from 'react';
interface PageScrollContextValue {
scrollableContentRef: RefObject<HTMLElement>;
}
export declare const PageScrollContext: import("react").Context<PageScrollContextValue>;
export declare const usePageScrollContext: () => PageScrollContextValue;
export {};
//# sourceMappingURL=PageScrollContext.d.ts.map