UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

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