import attention from '@/attention';
  
export function shake(el: HTMLElement) {
  return attention(el, 'shake');
}  
