UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 159 B
/// <reference types="react" /> /** @internal */ export interface IProxyControl { isProxyControl: boolean; renderProxyChildren(): React.ReactNode[]; }