UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

14 lines (13 loc) 279 B
"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;