UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

8 lines (7 loc) 303 B
import { PowersDirectoryDataType } from "@docsvision/webclient/BackOffice/PowersRootSectionConstants"; export declare const POWERS_DIRECTORY_ICON_CLASSES: { Root: string; 0: string; 1: string; }; export declare const getPowersSectionIconClass: (dataType: PowersDirectoryDataType) => string;