UNPKG

@ozen-ui/kit

Version:

React component library

9 lines (8 loc) 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PORTAL_DEFAULT_DISABLE_PORTAL = exports.PORTAL_DEFAULT_CONTAINER = exports.PORTAL_DEFAULT_TAG = void 0; exports.PORTAL_DEFAULT_TAG = 'div'; exports.PORTAL_DEFAULT_CONTAINER = (function () { return window.document.body; }); exports.PORTAL_DEFAULT_DISABLE_PORTAL = false;