UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 241 B
export interface ICommentBodyTriangleProps { isCommentAuthor?: boolean; deleted?: boolean; } export declare const CommentBodyTriangleStyle: import("styled-components").StyledComponent<"div", any, ICommentBodyTriangleProps, never>;