UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

10 lines (9 loc) 304 B
export interface ICommentBodyProps { isCommentAuthor?: boolean; isEditCommentBlock?: boolean; deleted?: boolean; commentMaxWidth?: string; useHtml?: boolean; } export declare const CommentBodyStyle: import("styled-components").StyledComponent<"div", any, ICommentBodyProps, never>;