UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (5 loc) 156 B
/// <reference types="react" /> export declare function DiagramWrapper({ children, wrapperRef }: { children: any; wrapperRef: any; }): JSX.Element;