UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

4 lines (3 loc) 323 B
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models"; /** Возвращает строку "Desktop", "Smartphone" или "Tablet" в зависимости от переданного значения. */ export declare function getDeviceName(enumValue: GenModels.DeviceType): string;