File size: 312 Bytes
bc20498 |
1 2 3 4 5 6 |
/**
* Gets the destination for a portal given the node and a user-specified portal prop.
* If a portal prop is not `undefined`, it is used as the destination.
*/
export declare function getPortalDestination(node: HTMLElement, portalProp: string | HTMLElement | undefined | null): string | HTMLElement | null;
|