UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

4 lines (3 loc) 247 B
import { NotyDef } from '@docsvision/webclient/System/PopupNotification'; import { NotificationType } from '@docsvision/webclient/System/NotificationType'; export declare function getNotyType(notificationType: NotificationType): NotyDef.NotyType;