UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

9 lines 176 B
export default function getInitialPopperStyles(position = 'absolute') { return { position, top: '0', left: '0', opacity: '0', pointerEvents: 'none' }; }