UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

8 lines (7 loc) 301 B
/// <reference types="react" /> import { PortalsContainerElement } from './types'; export interface PortalsManager { container: PortalsContainerElement; } export declare const PortalsManagerContext: import("react").Context<PortalsManager | undefined>; //# sourceMappingURL=context.d.ts.map