UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 224 B
/** @internal */ export declare class Dashboard { static SaveLastUserFolder(folderId: string, folderName: string): void; static RemoveFromLastUserFolder(folderId: string): void; private static GetUserSettings; }