import { FontWeight } from "@replyke/ui-core"; export type NewCommentFormStyleProps = { backgroundColor: string; withAvatar: boolean; itemsGap: number; verticalPadding: number; paddingLeft: number; paddingRight: number; authorAvatarSize: number; placeholderText: string; textareaTextSize: number; textareaTextColor: string; textareaBackgroundColor: string; postButtonText: string; postButtonFontSize: number; postButtonFontWeight: FontWeight; postButtonFontColor: string; };