UNPKG

@atlaskit/portal

Version:

A wrapper for rendering components in React portals.

7 lines 157 B
/** * Returns document body element * @return {number} - The document body element */ export var getBody = function getBody() { return document.body; };