UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

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