UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

4 lines (3 loc) 197 B
/// <reference types="react" /> import { ScrollLockManager } from './scroll-lock-manager'; export declare const ScrollLockManagerContext: import("react").Context<ScrollLockManager | undefined>;