UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

7 lines (6 loc) 262 B
/// <reference types="react" /> import { PortalsContainerElement } from './types'; export interface PortalsManager { container: PortalsContainerElement; } export declare const PortalsManagerContext: import("react").Context<PortalsManager | undefined>;