UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

5 lines (4 loc) 156 B
/// <reference types="react" /> export interface IBottomEdgeBodyProps { } export declare function BottomEdgeBody(props: IBottomEdgeBodyProps): JSX.Element;