const floatingUIPlacementDictionary = [ 'bottom', 'bottom-end', 'bottom-start', 'left', 'left-end', 'left-start', 'right', 'right-end', 'right-start', 'top', 'top-end', 'top-start', ] const floatingUIStrategyDictionary = [ 'absolute', 'fixed', ] export { floatingUIPlacementDictionary, floatingUIStrategyDictionary, }