UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

11 lines (10 loc) 317 B
import { IControl } from "@docsvision/webclient/Legacy/IControl"; /** @internal */ export declare class Control implements IControl { rootElement: HTMLElement; isInit: boolean; ID(value?: string): string; constructor(root: HTMLElement); Init(onComplete?: () => void): void; Destroy(): void; }