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