UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (5 loc) 245 B
/** @internal */ export declare class CustomHtmlPageRouteHelpers { static makeRouteUrl(url: string, header: string, color: string): string; static openCustomWebPage(folderUrl: string, headerText: string, color: string): Promise<void>; }