UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

9 lines (8 loc) 303 B
import React from 'react'; export interface PortalProps { children?: React.ReactNode; idPrefix?: string; onPortalCreated?(): void; } export declare function Portal({ children, idPrefix, onPortalCreated, }: PortalProps): React.ReactPortal | null; //# sourceMappingURL=Portal.d.ts.map