UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

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