export interface LikeButtonProps { onClick?: (e: MouseEvent) => void; maskSize: string; } export const LikeButton = (props: LikeButtonProps) => (