UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

5 lines (4 loc) 205 B
/// <reference types="react" /> declare type ScrollToPositionFn = (scrollY: number) => void; export declare const ScrollableContext: import("react").Context<ScrollToPositionFn | undefined>; export {};