UNPKG

polaris-glints

Version:

Glints forked polaris react

5 lines 238 B
/// <reference types="react" /> declare type ScrollToPositionFn = (scrollY: number) => void; export declare const ScrollableContext: import("react").Context<ScrollToPositionFn | undefined>; export {}; //# sourceMappingURL=context.d.ts.map