UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

4 lines (3 loc) 180 B
/// <reference types="react" /> import { StickyManager } from './sticky-manager'; export declare const StickyManagerContext: import("react").Context<StickyManager | undefined>;