UNPKG

piral-core

Version:

The core library for creating a Piral instance.

6 lines (5 loc) 157 B
import * as React from 'react'; export interface PortalRendererProps { id: string; } export declare const PortalRenderer: React.FC<PortalRendererProps>;