UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

8 lines (6 loc) 327 B
/// <reference types="react" /> import { HtmlProps } from '@docsvision/web/core/component'; export interface ISignatureMethodsSetupNoPluginMessageProps extends HtmlProps.div { visible: boolean; } export declare function SignatureMethodsSetupNoPluginMessage(props: ISignatureMethodsSetupNoPluginMessageProps): JSX.Element;