Portal() function
Portal() function
Signature
export declare function Portal(props: PropsWithChildren<Props>): import("react").ReactPortal;
Import
import { Portal } from '@grafana/ui';
Parameters
Parameter | Type | Description |
---|---|---|
props | PropsWithChildren<Props> |
Returns:
import("react").ReactPortal