import React from 'react' // motion safe pulse display function Pulse({ visible, innerElement, backgroundColor, size }: any) { if (!visible) { return null } return (