UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 232 B
/// <reference types="react" /> export declare const CommentUserIconStyle: import("styled-components").StyledComponent<"svg", any, { className: string; }, "className">; export declare const CommentUserIcon: () => JSX.Element;