UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

8 lines (7 loc) 241 B
import { IRow } from "@docsvision/web/components/table/interfaces"; interface ITableRowColorData { backColor?: string; foreColor?: string; } export declare function getExtendedTableRowColor(row: IRow): ITableRowColorData; export {};