UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines (5 loc) 244 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