import { FontWeight } from "@replyke/ui-core"; export interface CommentStyleProps { horizontalItemsGap: number; verticalItemsGap: number; authorAvatarSize: number; authorFontSize: number; authorFontWeight: FontWeight; authorFontColor: string; fromNowFontSize: number; fromNowFontColor: string; commentBodyFontSize: number; commentBodyFontColor: string; actionsItemGap: number; replyButtonFontSize: number; replyButtonFontWeight: FontWeight; replyButtonFontColor: string; heartIconSize: number; heartIconFullColor: string; heartIconEmptyColor: string; heartIconPaddingBottom: number; likesCountFontSize: number; likesCountFontWeight: FontWeight; likesCountFontColor: string; viewRepliesPaddingTop: number; viewMoreRepliesText: string; hideRepliesText: string; repliesGap: number; repliesPaddingTop: number; justNowText: string; }