UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

4 lines (3 loc) 208 B
import { ITableData } from "@docsvision/web/components/table/interfaces"; export declare const ICON_COLUMN_WIDTH = 50; export declare function addEmployeeColumn(data: ITableData, removeIcon?: boolean): void;