UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

9 lines (8 loc) 253 B
export interface ICommentStyleProps { isAddCommentBlock?: boolean; isAuthor?: boolean; } export declare const CommentStyle: import("styled-components").StyledComponent<"div", any, { className: string; } & ICommentStyleProps, "className">;