UNPKG

@atlaskit/portal

Version:

A wrapper for rendering components in React portals.

7 lines 146 B
/** * Returns document body element * @return {number} - The document body element */ export const getBody = () => { return document.body; };