Portal() function

Portal() function

Signature

  1. export declare function Portal(props: PropsWithChildren<Props>): import("react").ReactPortal;

Import

  1. import { Portal } from '@grafana/ui';

Parameters

ParameterTypeDescription
propsPropsWithChildren<Props>

Returns:

import("react").ReactPortal