UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

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