UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (5 loc) 385 B
/// <reference types="react" /> import { CommentEditorProps } from '@docsvision/webclient/BackOffice/CommentEditor'; import { ICommentProps } from "@docsvision/webclient/BackOffice/ICommentProps"; import { Omit } from "@docsvision/webclient/System/Omit"; export declare const EditComment: (props: Omit<CommentEditorProps & ICommentProps, "inputComponent" | "wrapper">) => JSX.Element;