UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (5 loc) 285 B
/// <reference types="react" /> import { HtmlProps } from "@docsvision/web/core/component"; export interface ISignatureDialogNoPluginMessagePops extends HtmlProps.div { } export declare function SignatureDialogNoPluginMessage(props: ISignatureDialogNoPluginMessagePops): JSX.Element;