export const isHovered: (str: string) => boolean = (str: string) => str.includes('hovered');
