UNPKG

@wix/design-system

Version:

@wix/design-system

9 lines 353 B
import { CSSProperties, RefObject } from 'react'; interface PageContextValue { stickyStyle: CSSProperties; scrollableContentRef: RefObject<HTMLElement>; } export declare const PageContext: import("react").Context<PageContextValue>; export declare const usePageContext: () => PageContextValue; export {}; //# sourceMappingURL=PageContext.d.ts.map