UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (5 loc) 204 B
export interface ICommentInfoStyleProps { isCommentAuthor?: boolean; } export declare const CommentInfoStyle: import("styled-components").StyledComponent<"div", any, ICommentInfoStyleProps, never>;