UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

4 lines (3 loc) 187 B
/// <reference types="react" /> import { ICommentProps } from "@docsvision/webclient/BackOffice/ICommentProps"; export declare const CommentHeader: (props: ICommentProps) => JSX.Element;