UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

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