Files
TestMesa/backend/frontend/node_modules/react-bootstrap/cjs/getInitialPopperStyles.js
2024-12-17 13:23:11 -08:00

14 lines
279 B
JavaScript

"use strict";
exports.__esModule = true;
exports.default = getInitialPopperStyles;
function getInitialPopperStyles(position = 'absolute') {
return {
position,
top: '0',
left: '0',
opacity: '0',
pointerEvents: 'none'
};
}
module.exports = exports.default;