import Joyride, { BeaconRenderProps, TooltipRenderProps } from 'react-joyride';
background-color: rgba(255, 100, 100, 0.9);
const Beacon = styled.span`
animation: ${pulse} 1s ease-in-out infinite;
background-color: rgba(255, 27, 14, 0.6);
beaconComponent={BeaconComponent}
// beaconComponent={BeaconComponent as React.ElementType<BeaconRenderProps>} for TS